Searched refs:arith_int (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX86BaseImpl.h | 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() [all …]
|
D | IceAssemblerX86Base.h | 795 void arith_int(Type Ty, GPRRegister reg, const Immediate &imm); 798 void arith_int(Type Ty, GPRRegister reg0, GPRRegister reg1); 801 void arith_int(Type Ty, GPRRegister reg, const Address &address); 804 void arith_int(Type Ty, const Address &address, GPRRegister reg); 807 void arith_int(Type Ty, const Address &address, const Immediate &imm);
|
/external/llvm/test/TableGen/ |
D | cast.td | 90 multiclass arith_int<bits<8> opcode, string asmstr, string Intr> { 96 defm ADD : arith_int<0x58, "add", "int_x86_sse2_add">;
|
/external/llvm-project/llvm/test/TableGen/ |
D | cast.td | 90 multiclass arith_int<bits<8> opcode, string asmstr, string Intr> { 96 defm ADD : arith_int<0x58, "add", "int_x86_sse2_add">;
|