Lines Matching refs:cregs
137 struct callee_regs *cregs) in fixup_load() argument
143 set_reg(state->wb_reg, state->src1 + state->src2, regs, cregs); in fixup_load()
159 set_reg(state->dest, val, regs, cregs); in fixup_load()
167 struct callee_regs *cregs) in fixup_store() argument
171 set_reg(state->wb_reg, state->src2 + state->src3, regs, cregs); in fixup_store()
178 regs, cregs); in fixup_store()
181 regs, cregs); in fixup_store()
203 struct callee_regs *cregs) in misaligned_fixup() argument
227 disasm_instr(regs->ret, &state, 1, regs, cregs); in misaligned_fixup()
237 fixup_load(&state, regs, cregs); in misaligned_fixup()
239 fixup_store(&state, regs, cregs); in misaligned_fixup()