HomeSort by relevance Sort by last modified time
    Searched refs:arith_int (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceAssemblerX86BaseImpl.h 2559 void AssemblerX86Base<TraitsType>::arith_int(Type Ty, GPRRegister reg, function in class:Ice::X86NAMESPACE::AssemblerX86Base
    [all...]
IceAssemblerX86Base.h 791 // The arith_int() methods factor out the commonality between the encodings
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);
    [all...]

Completed in 2655 milliseconds