Home
last modified time | relevance | path

Searched refs:pushl (Results 1 – 10 of 10) sorted by relevance

/art/runtime/arch/x86/
Dquick_entrypoints_x86.S39 pushl RUNTIME_SAVE_ALL_CALLEE_SAVES_METHOD_OFFSET(REG_VAR(temp_reg))
65 pushl RUNTIME_SAVE_REFS_ONLY_METHOD_OFFSET(REG_VAR(temp_reg))
95 pushl RUNTIME_SAVE_REFS_ONLY_METHOD_OFFSET(REG_VAR(temp_reg))
143 pushl RUNTIME_SAVE_REFS_AND_ARGS_METHOD_OFFSET(REG_VAR(temp_reg))
256 pushl \runtime_method_offset(REG_VAR(temp_reg))
340 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
361 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
374 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
387 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
400 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
[all …]
Djni_entrypoints_x86.S25 pushl %fs:THREAD_SELF_OFFSET // pass Thread::Current()
Dasm_support_x86.S140 pushl REG_VAR(reg)
Dmemcmp16_x86.S35 #define PUSH(REG) pushl REG; CFI_PUSH (REG)
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc54 __ pushl(spill); in BuildFrame() local
66 __ pushl(method_reg.AsX86().AsCpuRegister()); in BuildFrame() local
377 __ pushl(Address(ESP, src)); in Copy() local
401 __ pushl(Address(src.AsX86().AsCpuRegister(), src_offset)); in Copy() local
415 __ pushl(Address(scratch, src_offset)); in Copy() local
Dassembler_x86.h323 void pushl(Register reg);
324 void pushl(const Address& address);
325 void pushl(const Immediate& imm);
Dassembler_x86.cc187 void X86Assembler::pushl(Register reg) { in pushl() function in art::x86::X86Assembler
193 void X86Assembler::pushl(const Address& address) { in pushl() function in art::x86::X86Assembler
200 void X86Assembler::pushl(const Immediate& imm) { in pushl() function in art::x86::X86Assembler
2929 pushl(Immediate(High32Bits(value))); in LoadLongConstant()
2930 pushl(Immediate(Low32Bits(value))); in LoadLongConstant()
/art/runtime/interpreter/mterp/x86/
Dmain.S117 pushl \_reg
437 pushl %eax # Return address for the tail call.
/art/compiler/optimizing/
Dintrinsics_x86.cc488 __ pushl(Immediate(bit_cast<int32_t, float>(0.5f))); in VisitMathRoundFloat() local
489 __ pushl(Immediate(bit_cast<int32_t, float>(1.0f))); in VisitMathRoundFloat() local
1455 __ pushl(ECX); in VisitStringGetCharsNoCheck() local
1472 __ pushl(EAX); in VisitStringGetCharsNoCheck() local
2919 __ pushl(Address(temp1, 0)); in VisitSystemArrayCopy() local
2942 __ pushl(Address(temp1, 0)); in VisitSystemArrayCopy() local
Dcode_generator_x86.cc628 __ pushl(EAX); in EmitNativeCode() local
1098 __ pushl(reg); in GenerateFrameEntry() local
1270 __ pushl(Address(ESP, source.GetStackIndex())); in Move32() local
1386 __ pushl(EAX); in HandleGoto() local
6344 __ pushl(high); in EmitMove() local
6345 __ pushl(low); in EmitMove() local
6477 __ pushl(static_cast<Register>(reg)); in SpillScratch() local