Lines Matching refs:imm

121 #define IMM(imm)	((imm) & 0xffff)  argument
933 #define ADJUST_CACHED_IMM(imm) \ argument
934 if ((inst & INT_ALIGNED) && (imm & 0x3)) { \
936 compiler->cache_argw += imm & 0x3; \
937 FAIL_IF(push_inst(compiler, ADDI | D(TMP_REG3) | A(TMP_REG3) | (imm & 0x3))); \
938 imm &= ~0x3; \
1490 compiler->imm = src2w & 0xffff; in sljit_emit_op2()
1494 compiler->imm = src1w & 0xffff; in sljit_emit_op2()
1498 compiler->imm = (src2w >> 16) & 0xffff; in sljit_emit_op2()
1502 compiler->imm = (src1w >> 16) & 0xffff; in sljit_emit_op2()
1507 compiler->imm = src2w & 0xffffffff; in sljit_emit_op2()
1511 compiler->imm = src1w & 0xffffffff; in sljit_emit_op2()
1517 compiler->imm = src2w & 0xffff; in sljit_emit_op2()
1521 compiler->imm = src1w & 0xffff; in sljit_emit_op2()
1533 compiler->imm = (-src2w) & 0xffff; in sljit_emit_op2()
1537 compiler->imm = src1w & 0xffff; in sljit_emit_op2()
1541 compiler->imm = ((-src2w) >> 16) & 0xffff; in sljit_emit_op2()
1546 compiler->imm = -src2w & 0xffffffff; in sljit_emit_op2()
1554 compiler->imm = src2w & 0xffff; in sljit_emit_op2()
1558 compiler->imm = src1w & 0xffff; in sljit_emit_op2()
1565 compiler->imm = src2w & 0xffff; in sljit_emit_op2()
1571 compiler->imm = src2w; in sljit_emit_op2()
1578 compiler->imm = (-src2w) & 0xffff; in sljit_emit_op2()
1595 compiler->imm = src2w & 0xffff; in sljit_emit_op2()
1599 compiler->imm = src1w & 0xffff; in sljit_emit_op2()
1611 compiler->imm = src2w; in sljit_emit_op2()
1615 compiler->imm = src1w; in sljit_emit_op2()
1619 compiler->imm = (src2w >> 16) & 0xffff; in sljit_emit_op2()
1623 compiler->imm = (src1w >> 16) & 0xffff; in sljit_emit_op2()
1629 compiler->imm = src2w; in sljit_emit_op2()
1633 compiler->imm = src1w; in sljit_emit_op2()
1650 compiler->imm = src2w; in sljit_emit_op2()