Home
last modified time | relevance | path

Searched refs:IsFP (Results 1 – 6 of 6) sorted by relevance

/art/compiler/dex/quick/
Dmir_to_lir.cc253 size = in_to_reg_storage_mapping_.GetShorty(data.src_arg).IsFP() ? kSingle : k32; in GenSpecialIGet()
256 size = in_to_reg_storage_mapping_.GetShorty(data.src_arg).IsFP() ? kDouble : k64; in GenSpecialIGet()
325 size = in_to_reg_storage_mapping_.GetShorty(data.src_arg).IsFP() ? kSingle : k32; in GenSpecialIPut()
328 size = in_to_reg_storage_mapping_.GetShorty(data.src_arg).IsFP() ? kDouble : k64; in GenSpecialIPut()
Dmir_to_lir.h1868 bool IsFP() { return type_ == 'F' || type_ == 'D'; } in IsFP() function
/art/compiler/dex/quick/arm64/
Dtarget_arm64.cc823 if (arg.IsFP()) { in GetNextReg()
/art/compiler/dex/quick/arm/
Dtarget_arm.cc946 if (arg.IsFP() && !kArm32QuickCodeUseSoftFloat) { in GetNextReg()
/art/compiler/dex/quick/mips/
Dtarget_mips.cc275 if (arg.IsFP()) { in GetNextReg()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc2369 if (arg.IsFP()) { in GetNextReg()
2390 if (arg.IsFP()) { in GetNextReg()