Lines Matching refs:offs_reg

1240 	sljit_s32 offs_reg;  in emit_op_mem()  local
1248 offs_reg = OFFS_REG(arg); in emit_op_mem()
1252 offs_reg = tmp_reg; in emit_op_mem()
1261 …urn push_inst(compiler, INST_CODE_AND_DST(inst, inp_flags, reg) | A(arg & REG_MASK) | B(offs_reg)); in emit_op_mem()
1414 sljit_s32 mem, offs_reg, inp_flags; in emit_rev() local
1488 offs_reg = OFFS_REG(mem); in emit_rev()
1493 FAIL_IF(push_inst(compiler, SLWI_W(memw) | S(offs_reg) | A(TMP_REG2))); in emit_rev()
1494 offs_reg = TMP_REG2; in emit_rev()
1499 offs_reg = TMP_REG2; in emit_rev()
1508 offs_reg = TMP_REG2; in emit_rev()
1513 return push_inst(compiler, STHBRX | S(src) | A(mem) | B(offs_reg)); in emit_rev()
1515 FAIL_IF(push_inst(compiler, LHBRX | S(dst) | A(mem) | B(offs_reg))); in emit_rev()
1526 return push_inst(compiler, STDBRX | S(src) | A(mem) | B(offs_reg)); in emit_rev()
1530 FAIL_IF(push_inst(compiler, STWBRX | S(TMP_REG1) | A(mem) | B(offs_reg))); in emit_rev()
1531 FAIL_IF(push_inst(compiler, ADDI | D(TMP_REG2) | A(offs_reg) | IMM(SSIZE_OF(s32)))); in emit_rev()
1534 FAIL_IF(push_inst(compiler, STWBRX | S(src) | A(mem) | B(offs_reg))); in emit_rev()
1536 FAIL_IF(push_inst(compiler, ADDI | D(TMP_REG2) | A(offs_reg) | IMM(SSIZE_OF(s32)))); in emit_rev()
1542 return push_inst(compiler, LDBRX | S(dst) | A(mem) | B(offs_reg)); in emit_rev()
1544 FAIL_IF(push_inst(compiler, LWBRX | LWBRX_FIRST_REG | A(mem) | B(offs_reg))); in emit_rev()
1545 FAIL_IF(push_inst(compiler, ADDI | D(TMP_REG2) | A(offs_reg) | IMM(SSIZE_OF(s32)))); in emit_rev()
1553 return push_inst(compiler, STWBRX | S(src) | A(mem) | B(offs_reg)); in emit_rev()
1555 FAIL_IF(push_inst(compiler, LWBRX | S(dst) | A(mem) | B(offs_reg))); in emit_rev()