Lines Matching defs:imm32

668   void emit_arith(int op1, int op2, Register dst, int32_t imm32);
670 void emit_arith_imm32(int op1, int op2, Register dst, int32_t imm32);
709 void emit_arith_operand(int op1, Register rm, Address adr, int32_t imm32);
733 void cmp_literal32(Register src1, int32_t imm32, RelocationHolder const& rspec); // 32BIT ONLY
734 void cmp_literal32(Address src1, int32_t imm32, RelocationHolder const& rspec); // 32BIT ONLY
736 void mov_literal32(Register dst, int32_t imm32, RelocationHolder const& rspec); // 32BIT ONLY
737 void mov_literal32(Address dst, int32_t imm32, RelocationHolder const& rspec); // 32BIT ONLY
739 void push_literal32(int32_t imm32, RelocationHolder const& rspec); // 32BIT ONLY
744 void cmp_narrow_oop(Register src1, int32_t imm32, RelocationHolder const& rspec);
745 void cmp_narrow_oop(Address src1, int32_t imm32, RelocationHolder const& rspec);
747 void mov_narrow_oop(Register dst, int32_t imm32, RelocationHolder const& rspec);
748 void mov_narrow_oop(Address dst, int32_t imm32, RelocationHolder const& rspec);
833 void push(int32_t imm32);
854 void adcl(Address dst, int32_t imm32);
856 void adcl(Register dst, int32_t imm32);
860 void adcq(Register dst, int32_t imm32);
864 void addl(Address dst, int32_t imm32);
866 void addl(Register dst, int32_t imm32);
870 void addq(Address dst, int32_t imm32);
872 void addq(Register dst, int32_t imm32);
900 void andl(Address dst, int32_t imm32);
901 void andl(Register dst, int32_t imm32);
905 void andq(Address dst, int32_t imm32);
906 void andq(Register dst, int32_t imm32);
943 void cmpl(Address dst, int32_t imm32);
945 void cmpl(Register dst, int32_t imm32);
949 void cmpq(Address dst, int32_t imm32);
952 void cmpq(Register dst, int32_t imm32);
1300 void movl(Register dst, int32_t imm32);
1301 void movl(Address dst, int32_t imm32);
1402 void orl(Address dst, int32_t imm32);
1403 void orl(Register dst, int32_t imm32);
1407 void orq(Address dst, int32_t imm32);
1408 void orq(Register dst, int32_t imm32);
1502 void sbbl(Address dst, int32_t imm32);
1503 void sbbl(Register dst, int32_t imm32);
1507 void sbbq(Address dst, int32_t imm32);
1508 void sbbq(Register dst, int32_t imm32);
1544 void subl(Address dst, int32_t imm32);
1546 void subl(Register dst, int32_t imm32);
1550 void subq(Address dst, int32_t imm32);
1552 void subq(Register dst, int32_t imm32);
1557 void subl_imm32(Register dst, int32_t imm32);
1558 void subq_imm32(Register dst, int32_t imm32);
1570 void testl(Register dst, int32_t imm32);
1574 void testq(Register dst, int32_t imm32);
1603 void xorl(Register dst, int32_t imm32);
2504 void testptr(Register src, int32_t imm32) { LP64_ONLY(testq(src, imm32)) NOT_LP64(testl(src, imm32)); }
2798 void movptr(Address dst, int32_t imm32);
2799 void movptr(Register dst, int32_t imm32);