Home
last modified time | relevance | path

Searched defs:pushl (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DLowLevel.cpp80 __ pushl(Encoded_GPR_eax()); in TEST_F() local
81 __ pushl(Encoded_GPR_ebx()); in TEST_F() local
82 __ pushl(Encoded_GPR_ecx()); in TEST_F() local
83 __ pushl(Encoded_GPR_edx()); in TEST_F() local
84 __ pushl(Encoded_GPR_edi()); in TEST_F() local
85 __ pushl(Encoded_GPR_esi()); in TEST_F() local
86 __ pushl(Encoded_GPR_ebp()); in TEST_F() local
87 __ pushl(Encoded_GPR_r8()); in TEST_F() local
88 __ pushl(Encoded_GPR_r9()); in TEST_F() local
89 __ pushl(Encoded_GPR_r10()); in TEST_F() local
[all …]
DGPRArith.cpp21 __ pushl(GPRRegister::Encoded_Reg_eax); in TEST_F() local
/external/llvm/test/MC/X86/
Dx86-16.s440 pushl %cs label
443 pushl %ds label
446 pushl %ss label
449 pushl %es label
452 pushl %fs label
455 pushl %gs label
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DLowLevel.cpp66 __ pushl(GPRRegister::Encoded_Reg_eax); in TEST_F() local
67 __ pushl(GPRRegister::Encoded_Reg_ebx); in TEST_F() local
68 __ pushl(GPRRegister::Encoded_Reg_ecx); in TEST_F() local
69 __ pushl(GPRRegister::Encoded_Reg_edx); in TEST_F() local
70 __ pushl(GPRRegister::Encoded_Reg_edi); in TEST_F() local
71 __ pushl(GPRRegister::Encoded_Reg_esi); in TEST_F() local
72 __ pushl(GPRRegister::Encoded_Reg_ebp); in TEST_F() local
DControlFlow.cpp101 __ pushl(GPRRegister::Encoded_Reg_edx); in TEST_F() local
DGPRArith.cpp36 __ pushl(GPRRegister::Encoded_Reg_eax); in TEST_F() local
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX86BaseImpl.h152 void AssemblerX86Base<TraitsType>::pushl(GPRRegister reg) { in pushl() function
159 void AssemblerX86Base<TraitsType>::pushl(const Immediate &Imm) { in pushl() function
166 void AssemblerX86Base<TraitsType>::pushl(const ConstantRelocatable *Label) { in pushl() function