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

  /external/swiftshader/third_party/subzero/src/
IceInstX86Base.h 113 Lea,
639 constexpr bool IsLea = K == InstX86Base::Lea;
669 // Revert back to Add when the Lea is a 2-address instruction.
795 constexpr bool ThisIsLEA = K == InstX86Base::Lea;
796 static_assert(!ThisIsLEA, "Lea should be a unaryop.");
    [all...]
IceTargetLoweringX86Base.h 693 Context.insert<typename Traits::Insts::Lea>(Dest, Src0);
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
GPRArith.cpp 123 TEST_F(AssemblerX8632Test, Lea) {
133 __ lea(IceType_i32, GPRRegister::Encoded_Reg_##Dst, \
150 __ lea(IceType_i32, GPRRegister::Encoded_Reg_##Dst0, \
153 __ lea(IceType_i32, GPRRegister::Encoded_Reg_##Dst1, \
156 __ lea(IceType_i32, GPRRegister::Encoded_Reg_##Dst2, \
159 __ lea(IceType_i32, GPRRegister::Encoded_Reg_##Dst3, \
191 __ lea(IceType_i32, GPRRegister::Encoded_Reg_##Dst0, \
195 __ lea(IceType_i32, GPRRegister::Encoded_Reg_##Dst1, \
199 __ lea(IceType_i32, GPRRegister::Encoded_Reg_##Dst2, \
203 __ lea(IceType_i32, GPRRegister::Encoded_Reg_##Dst3,
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
GPRArith.cpp 111 TEST_F(AssemblerX8664Test, Lea) {
120 __ lea(IceType_i32, Encoded_GPR_##Dst(), \
137 __ lea(IceType_i32, Encoded_GPR_##Dst0(), \
140 __ lea(IceType_i32, Encoded_GPR_##Dst1(), \
143 __ lea(IceType_i32, Encoded_GPR_##Dst2(), \
146 __ lea(IceType_i32, Encoded_GPR_##Dst3(), \
177 __ lea(IceType_i32, Encoded_GPR_##Dst0(), \
180 __ lea(IceType_i32, Encoded_GPR_##Dst1(), \
183 __ lea(IceType_i32, Encoded_GPR_##Dst2(), \
186 __ lea(IceType_i32, Encoded_GPR_##Dst3(),
    [all...]

Completed in 91 milliseconds