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

  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
X87.cpp 18 Address(GPRRegister::Encoded_Reg_ebp, 1, AssemblerFixup::NoFixup));
19 __ fld(IceType_f64, Address(GPRRegister::Encoded_Reg_ebp, 0x10000,
27 (/*rm*/ GPRRegister::Encoded_Reg_ebp);
30 (/*rm*/ GPRRegister::Encoded_Reg_ebp);
37 Address(GPRRegister::Encoded_Reg_ebp, 1, AssemblerFixup::NoFixup));
38 __ fstp(IceType_f64, Address(GPRRegister::Encoded_Reg_ebp, 0x10000,
46 (/*rm*/ GPRRegister::Encoded_Reg_ebp);
49 (/*rm*/ GPRRegister::Encoded_Reg_ebp);
65 Address(GPRRegister::Encoded_Reg_ebp, 0x12345, AssemblerFixup::NoFixup));
72 (/*rm*/ GPRRegister::Encoded_Reg_ebp);
    [all...]
TestUtil.h 782 return Address(GPRRegister::Encoded_Reg_ebp, dwordDisp(Dword), nullptr);
    [all...]
LowLevel.cpp 50 __ popl(GPRRegister::Encoded_Reg_ebp);
62 PopOpcode | GPRRegister::Encoded_Reg_ebp);
72 __ pushl(GPRRegister::Encoded_Reg_ebp);
84 PushOpcode | GPRRegister::Encoded_Reg_ebp);
    [all...]
GPRArith.cpp 129 GPRRegister::Encoded_Reg_##Base != GPRRegister::Encoded_Reg_ebp) { \
182 GPRRegister::Encoded_Reg_##Base != GPRRegister::Encoded_Reg_ebp) { \
187 if (GPRRegister::Encoded_Reg_##Index != GPRRegister::Encoded_Reg_ebp) { \
304 /*rm*/ GPRRegister::Encoded_Reg_ebp; \
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632Traits.h 195 if (Fixup == nullptr && Disp == 0 && Base != RegX8632::Encoded_Reg_ebp) {
218 SetSIB(Scale, Index, RegX8632::Encoded_Reg_ebp);
227 if (Fixup == nullptr && Disp == 0 && Base != RegX8632::Encoded_Reg_ebp) {
245 SetModRM(0, RegX8632::Encoded_Reg_ebp);
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
GPRArith.cpp 340 /*base*/ GPRRegister::Encoded_Reg_ebp; \
    [all...]

Completed in 650 milliseconds