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

  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
ControlFlow.cpp 88 __ mov(IceType_i32, GPRRegister::Encoded_Reg_eax, Immediate(0xf00f));
124 __ mov(IceType_i8, GPRRegister::Encoded_Reg_eax, Immediate(0xf4));
135 __ mov(IceType_i32, GPRRegister::Encoded_Reg_eax, Immediate(0xf1f2f300));
GPRArith.cpp 35 __ mov(IceType_i32, GPRRegister::Encoded_Reg_eax, Immediate(0xC0FFEE));
36 __ pushl(GPRRegister::Encoded_Reg_eax);
    [all...]
TestUtil.h     [all...]
DataMov.cpp 24 __ mov(IceType_i32, GPRRegister::Encoded_Reg_eax, Immediate(ExpectedEax));
84 __ mov(IceType_i32, GPRRegister::Encoded_Reg_eax, Immediate(ExpectedT0));
85 __ mov(IceType_i32, dwordAddress(T0), GPRRegister::Encoded_Reg_eax);
108 __ mov(IceType_i32, GPRRegister::Encoded_Reg_eax, Immediate(0x20));
110 GPRRegister::Encoded_Reg_eax);
121 __ mov(IceType_i32, GPRRegister::Encoded_Reg_eax,
149 __ mov(IceType_i32, GPRRegister::Encoded_Reg_eax, dwordAddress(T0));
    [all...]
LowLevel.cpp 44 __ popl(GPRRegister::Encoded_Reg_eax);
56 verifyBytes<ByteCount>(codeBytes(), PopOpcode | GPRRegister::Encoded_Reg_eax,
66 __ pushl(GPRRegister::Encoded_Reg_eax);
78 verifyBytes<ByteCount>(codeBytes(), PushOpcode | GPRRegister::Encoded_Reg_eax,
88 __ mov(IceType_i32, GPRRegister::Encoded_Reg_eax, Immediate(0x00));
101 codeBytes(), MovOpcode | GPRRegister::Encoded_Reg_eax, 0x00, 0x00, 0x00,
    [all...]
Locked.cpp 269 __ mov(IceType_i32, GPRRegister::Encoded_Reg_eax, \
342 __ mov(IceType_i##Size, GPRRegister::Encoded_Reg_eax, \
XmmArith.cpp     [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
ControlFlow.cpp 108 __ mov(IceType_i32, GPRRegister::Encoded_Reg_eax, Immediate(0xf00f));
XmmArith.cpp     [all...]
GPRArith.cpp 20 __ mov(IceType_i32, GPRRegister::Encoded_Reg_eax, Immediate(0xC0FFEE));
21 __ pushl(GPRRegister::Encoded_Reg_eax);
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX8632Traits.h 74 RegX8632::Encoded_Reg_eax;
    [all...]
IceTargetLoweringX8664Traits.h 74 RegX8664::Encoded_Reg_eax;
    [all...]
IceAssemblerX86Base.h 752 Traits::GPRRegister::Encoded_Reg_eax;
    [all...]

Completed in 932 milliseconds