Home
last modified time | relevance | path

Searched defs:popl (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DLowLevel.cpp44 __ popl(Encoded_GPR_eax()); in TEST_F() local
45 __ popl(Encoded_GPR_ebx()); in TEST_F() local
46 __ popl(Encoded_GPR_ecx()); in TEST_F() local
47 __ popl(Encoded_GPR_edx()); in TEST_F() local
48 __ popl(Encoded_GPR_edi()); in TEST_F() local
49 __ popl(Encoded_GPR_esi()); in TEST_F() local
50 __ popl(Encoded_GPR_ebp()); in TEST_F() local
51 __ popl(Encoded_GPR_r8()); in TEST_F() local
52 __ popl(Encoded_GPR_r9()); in TEST_F() local
53 __ popl(Encoded_GPR_r10()); in TEST_F() local
[all …]
DControlFlow.cpp109 __ popl(GPRRegister::Encoded_Reg_ebx); in TEST_F() local
DGPRArith.cpp22 __ popl(dwordAddress(T0)); in TEST_F() local
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DControlFlow.cpp89 __ popl(GPRRegister::Encoded_Reg_ebx); in TEST_F() local
100 __ popl(GPRRegister::Encoded_Reg_edx); in TEST_F() local
112 __ popl(GPRRegister::Encoded_Reg_ebx); in TEST_F() local
137 __ popl(GPRRegister::Encoded_Reg_edx); in TEST_F() local
DLowLevel.cpp44 __ popl(GPRRegister::Encoded_Reg_eax); in TEST_F() local
45 __ popl(GPRRegister::Encoded_Reg_ebx); in TEST_F() local
46 __ popl(GPRRegister::Encoded_Reg_ecx); in TEST_F() local
47 __ popl(GPRRegister::Encoded_Reg_edx); in TEST_F() local
48 __ popl(GPRRegister::Encoded_Reg_edi); in TEST_F() local
49 __ popl(GPRRegister::Encoded_Reg_esi); in TEST_F() local
50 __ popl(GPRRegister::Encoded_Reg_ebp); in TEST_F() local
DGPRArith.cpp37 __ popl(dwordAddress(T0)); in TEST_F() local
/external/llvm/test/MC/X86/
Dx86-16.s469 popl %ss label
472 popl %ds label
475 popl %es label
/external/swiftshader/third_party/subzero/src/
DIceAssemblerX8664.cpp230 void AssemblerX8664::popl(GPRRegister reg) { in popl() function in Ice::X8664::AssemblerX8664
238 void AssemblerX8664::popl(const AsmAddress &address) { in popl() function in Ice::X8664::AssemblerX8664
DIceAssemblerX8632.cpp242 void AssemblerX8632::popl(GPRRegister reg) { in popl() function in Ice::X8632::AssemblerX8632
249 void AssemblerX8632::popl(const AsmAddress &address) { in popl() function in Ice::X8632::AssemblerX8632