Searched defs:arith_int (Results  1 – 2 of 2) sorted by relevance
| /external/swiftshader/third_party/subzero/src/ | 
| D | IceAssemblerX8664.cpp | 2154 void AssemblerX8664::arith_int(Type Ty, GPRRegister reg, const Immediate &imm) {  in arith_int()  function in Ice::X8664::AssemblerX8664 2168 void AssemblerX8664::arith_int(Type Ty, GPRRegister reg0, GPRRegister reg1) {  in arith_int()  function in Ice::X8664::AssemblerX8664 2182 void AssemblerX8664::arith_int(Type Ty, GPRRegister reg,  in arith_int()  function in Ice::X8664::AssemblerX8664 2197 void AssemblerX8664::arith_int(Type Ty, const AsmAddress &address,  in arith_int()  function in Ice::X8664::AssemblerX8664 2212 void AssemblerX8664::arith_int(Type Ty, const AsmAddress &address,  in arith_int()  function in Ice::X8664::AssemblerX8664
  | 
| D | IceAssemblerX8632.cpp | 2037 void AssemblerX8632::arith_int(Type Ty, GPRRegister reg, const Immediate &imm) {  in arith_int()  function in Ice::X8632::AssemblerX8632 2050 void AssemblerX8632::arith_int(Type Ty, GPRRegister reg0, GPRRegister reg1) {  in arith_int()  function in Ice::X8632::AssemblerX8632 2063 void AssemblerX8632::arith_int(Type Ty, GPRRegister reg,  in arith_int()  function in Ice::X8632::AssemblerX8632 2077 void AssemblerX8632::arith_int(Type Ty, const AsmAddress &address,  in arith_int()  function in Ice::X8632::AssemblerX8632 2091 void AssemblerX8632::arith_int(Type Ty, const AsmAddress &address,  in arith_int()  function in Ice::X8632::AssemblerX8632
  |