Lines Matching refs:arith_int
2559 void AssemblerX86Base<TraitsType>::arith_int(Type Ty, GPRRegister reg, in arith_int() function
2575 void AssemblerX86Base<TraitsType>::arith_int(Type Ty, GPRRegister reg0, in arith_int() function
2591 void AssemblerX86Base<TraitsType>::arith_int(Type Ty, GPRRegister reg, in arith_int() function
2608 void AssemblerX86Base<TraitsType>::arith_int(Type Ty, const Address &address, in arith_int() function
2625 void AssemblerX86Base<TraitsType>::arith_int(Type Ty, const Address &address, in arith_int() function
2643 arith_int<7>(Ty, reg, imm); in cmp()
2649 arith_int<7>(Ty, reg0, reg1); in cmp()
2655 arith_int<7>(Ty, reg, address); in cmp()
2661 arith_int<7>(Ty, address, reg); in cmp()
2667 arith_int<7>(Ty, address, imm); in cmp()
2763 arith_int<4>(Ty, dst, src); in And()
2769 arith_int<4>(Ty, dst, address); in And()
2775 arith_int<4>(Ty, dst, imm); in And()
2781 arith_int<4>(Ty, address, reg); in And()
2787 arith_int<4>(Ty, address, imm); in And()
2793 arith_int<1>(Ty, dst, src); in Or()
2799 arith_int<1>(Ty, dst, address); in Or()
2805 arith_int<1>(Ty, dst, imm); in Or()
2811 arith_int<1>(Ty, address, reg); in Or()
2817 arith_int<1>(Ty, address, imm); in Or()
2823 arith_int<6>(Ty, dst, src); in Xor()
2829 arith_int<6>(Ty, dst, address); in Xor()
2835 arith_int<6>(Ty, dst, imm); in Xor()
2841 arith_int<6>(Ty, address, reg); in Xor()
2847 arith_int<6>(Ty, address, imm); in Xor()
2853 arith_int<0>(Ty, dst, src); in add()
2859 arith_int<0>(Ty, reg, address); in add()
2865 arith_int<0>(Ty, reg, imm); in add()
2871 arith_int<0>(Ty, address, reg); in add()
2877 arith_int<0>(Ty, address, imm); in add()
2883 arith_int<2>(Ty, dst, src); in adc()
2889 arith_int<2>(Ty, dst, address); in adc()
2895 arith_int<2>(Ty, reg, imm); in adc()
2901 arith_int<2>(Ty, address, reg); in adc()
2907 arith_int<2>(Ty, address, imm); in adc()
2913 arith_int<5>(Ty, dst, src); in sub()
2919 arith_int<5>(Ty, reg, address); in sub()
2925 arith_int<5>(Ty, reg, imm); in sub()
2931 arith_int<5>(Ty, address, reg); in sub()
2937 arith_int<5>(Ty, address, imm); in sub()
2943 arith_int<3>(Ty, dst, src); in sbb()
2949 arith_int<3>(Ty, dst, address); in sbb()
2955 arith_int<3>(Ty, reg, imm); in sbb()
2961 arith_int<3>(Ty, address, reg); in sbb()
2967 arith_int<3>(Ty, address, imm); in sbb()