/aosp_15_r20/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
H A D | LowLevel.cpp | 80 __ 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 D | GPRArith.cpp | 21 __ pushl(GPRRegister::Encoded_Reg_eax); in TEST_F() local
|
/aosp_15_r20/external/llvm/test/MC/X86/ |
H A D | x86-16.s | 440 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 D | LowLevel.cpp | 66 __ 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 D | ControlFlow.cpp | 101 __ pushl(GPRRegister::Encoded_Reg_edx); in TEST_F() local
|
H A D | GPRArith.cpp | 36 __ pushl(GPRRegister::Encoded_Reg_eax); in TEST_F() local
|
/aosp_15_r20/art/compiler/utils/x86/ |
H A D | jni_macro_assembler_x86.cc | 63 __ pushl(spill); in BuildFrame() local 78 __ pushl(method_reg.AsX86().AsCpuRegister()); in BuildFrame() local
|
H A D | assembler_x86.cc | 102 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 D | code_generator_x86.cc | 667 __ 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 D | intrinsics_x86.cc | 425 __ 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 D | IceAssemblerX8664.cpp | 207 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 D | IceAssemblerX8632.cpp | 220 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
|