Lines Matching refs:cregs
134 struct callee_regs *cregs) in fixup_load() argument
140 set_reg(state->wb_reg, state->src1 + state->src2, regs, cregs); in fixup_load()
156 set_reg(state->dest, val, regs, cregs); in fixup_load()
164 struct callee_regs *cregs) in fixup_store() argument
168 set_reg(state->wb_reg, state->src2 + state->src3, regs, cregs); in fixup_store()
175 regs, cregs); in fixup_store()
178 regs, cregs); in fixup_store()
200 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()