Searched refs:ENCODE_ARM_REG_FPCS_LIST (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/quick/arm/
H A Darm_lir.h142 #define ENCODE_ARM_REG_FPCS_LIST(N) (static_cast<uint64_t>(N) << kArmFPReg16) macro
H A Dtarget_arm.cc145 lir->def_mask |= ENCODE_ARM_REG_FPCS_LIST(lir->operands[0]);
172 lir->use_mask |= ENCODE_ARM_REG_FPCS_LIST(lir->operands[0]);

Completed in 20 milliseconds