Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A 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 …]
H A DGPRArith.cpp21 __ pushl(GPRRegister::Encoded_Reg_eax); in TEST_F() local
/aosp_15_r20/external/llvm/test/MC/X86/
H A 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
/aosp_15_r20/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A 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
H A DControlFlow.cpp101 __ pushl(GPRRegister::Encoded_Reg_edx); in TEST_F() local
H A DGPRArith.cpp36 __ pushl(GPRRegister::Encoded_Reg_eax); in TEST_F() local
/aosp_15_r20/art/compiler/utils/x86/
H A Djni_macro_assembler_x86.cc63 __ pushl(spill); in BuildFrame() local
78 __ pushl(method_reg.AsX86().AsCpuRegister()); in BuildFrame() local
H A Dassembler_x86.cc102 void X86Assembler::pushl(Register reg) { in pushl() function in art::x86::X86Assembler
108 void X86Assembler::pushl(const Address& address) { in pushl() function in art::x86::X86Assembler
115 void X86Assembler::pushl(const Immediate& imm) { in pushl() function in art::x86::X86Assembler
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_x86.cc667 __ pushl(EAX); in EmitNativeCode() local
1344 __ pushl(EAX); in MaybeIncrementHotness() local
1391 __ pushl(EBP); in GenerateFrameEntry() local
1442 __ pushl(reg); in GenerateFrameEntry() local
1644 __ pushl(Address(ESP, source.GetStackIndex())); in Move32() local
1683 __ pushl(source.AsRegisterPairHigh<Register>()); in Move64() local
1685 __ pushl(source.AsRegisterPairLow<Register>()); in Move64() local
7096 __ pushl(source.AsRegisterPairHigh<Register>()); in EmitMove() local
7098 __ pushl(source.AsRegisterPairLow<Register>()); in EmitMove() local
7222 __ pushl(high); in EmitMove() local
[all …]
H A Dintrinsics_x86.cc425 __ pushl(Immediate(bit_cast<int32_t, float>(0.5f))); in VisitMathRoundFloat() local
426 __ pushl(Immediate(bit_cast<int32_t, float>(1.0f))); in VisitMathRoundFloat() local
1445 __ pushl(ECX); in VisitStringGetCharsNoCheck() local
1462 __ pushl(EAX); in VisitStringGetCharsNoCheck() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8664.cpp207 void AssemblerX8664::pushl(GPRRegister reg) { in pushl() function in Ice::X8664::AssemblerX8664
213 void AssemblerX8664::pushl(const Immediate &Imm) { in pushl() function in Ice::X8664::AssemblerX8664
219 void AssemblerX8664::pushl(const ConstantRelocatable *Label) { in pushl() function in Ice::X8664::AssemblerX8664
H A DIceAssemblerX8632.cpp220 void AssemblerX8632::pushl(GPRRegister reg) { in pushl() function in Ice::X8632::AssemblerX8632
225 void AssemblerX8632::pushl(const Immediate &Imm) { in pushl() function in Ice::X8632::AssemblerX8632
231 void AssemblerX8632::pushl(const ConstantRelocatable *Label) { in pushl() function in Ice::X8632::AssemblerX8632