Searched refs:FP (Results 1 - 13 of 13) sorted by relevance

/art/runtime/interpreter/mterp/x86/
H A Dop_mul_long.S16 mov rFP, LOCAL1(%esp) # save FP
28 mov LOCAL1(%esp), rFP # restore FP
H A Dop_mul_long_2addr.S18 mov rFP, LOCAL1(%esp) # save FP
34 mov LOCAL1(%esp), rFP # restore FP
/art/runtime/arch/arm/
H A Dregisters_arm.h44 FP = 11, enumerator in enum:art::arm::Register
/art/runtime/arch/mips/
H A Dregisters_mips.h60 FP = 30, // Saved value/frame pointer. enumerator in enum:art::mips::Register
H A Dquick_method_frame_info_mips.h32 (1 << art::mips::S6) | (1 << art::mips::S7) | (1 << art::mips::GP) | (1 << art::mips::FP);
/art/disassembler/
H A Ddisassembler_arm64.cc37 FP = 29, enumerator in enum:art::arm64::__anon25
/art/runtime/arch/arm64/
H A Dregisters_arm64.h66 FP = X29, enumerator in enum:art::arm64::XRegister
112 // Values for FP DRegisters - double precision floating point.
151 // Values for FP SRegisters - single precision floating point.
/art/compiler/jni/quick/mips/
H A Dcalling_convention_mips.cc171 callee_save_regs_.push_back(MipsManagedRegister::FromCoreRegister(FP));
177 result = 1 << S2 | 1 << S3 | 1 << S4 | 1 << S5 | 1 << S6 | 1 << S7 | 1 << FP | 1 << RA;
/art/runtime/arch/mips64/
H A Dquick_entrypoints_mips64.S79 // FP callee-saves
428 mfhc1 $v1, $f0 # put high half of FP result in v1
1679 dmtc1 $v0, $f0 # place return value to FP return value
1681 dmtc1 $v1, $f1 # place return value to FP return value
1798 dmtc1 $v0, $f0 # place return value to FP return value
1816 dmtc1 $v0, $f0 # place return value to FP return value
1818 dmtc1 $v1, $f1 # place return value to FP return value
/art/compiler/optimizing/
H A Dcode_generator_mips.h55 { S0, S1, S2, S3, S4, S5, S6, S7, FP, RA };
/art/compiler/utils/arm64/
H A Dmanaged_register_arm64_test.cc147 xreg = Arm64ManagedRegister::FromXRegister(FP);
629 EXPECT_TRUE(vixl::x29.Is(Arm64Assembler::reg_x(FP)));
/art/compiler/utils/mips/
H A Dassembler_mips_test.cc87 registers_.push_back(new mips::Register(mips::FP));
120 secondary_register_names_.emplace(mips::Register(mips::FP), "fp");
/art/runtime/interpreter/mterp/out/
H A Dmterp_x86.S3371 * Generic 32-bit FP conversion operation.
3394 * Generic 32-bit FP conversion operation.
3434 * Generic 32-bit FP conversion operation.
3457 * Generic 32-bit FP conversion operation.
3500 * Generic 32-bit FP conversion operation.
3523 * Generic 32-bit FP conversion operation.
3680 * Generic 32-bit FP conversion operation.
3837 * Generic 32-bit FP conversion operation.
4271 mov rFP, LOCAL1(%esp) # save FP
4283 mov LOCAL1(%esp), rFP # restore FP
[all...]

Completed in 208 milliseconds