Lines Matching refs:cregs
133 struct callee_regs *cregs) in fixup_load() argument
139 set_reg(state->wb_reg, state->src1 + state->src2, regs, cregs); in fixup_load()
155 set_reg(state->dest, val, regs, cregs); in fixup_load()
163 struct callee_regs *cregs) in fixup_store() argument
167 set_reg(state->wb_reg, state->src2 + state->src3, regs, cregs); in fixup_store()
174 regs, cregs); in fixup_store()
177 regs, cregs); in fixup_store()
199 struct callee_regs *cregs) in misaligned_fixup() argument
223 disasm_instr(regs->ret, &state, 1, regs, cregs); in misaligned_fixup()
233 fixup_load(&state, regs, cregs); in misaligned_fixup()
235 fixup_store(&state, regs, cregs); in misaligned_fixup()