Home
last modified time | relevance | path

Searched refs:VLValue (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/arm/
Ddisasm-arm.cc1158 if (instr->VLValue() == 0) { in DecodeTypeVFP()
1181 bool to_arm_register = (instr->VLValue() == 0x1); in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()
1303 bool to_vfp_register = (instr->VLValue() == 0x1); in DecodeType6CoprocessorIns()
1343 bool to_vfp_register = (instr->VLValue() == 0x1); in DecodeType6CoprocessorIns()
Dconstants-arm.h618 inline int VLValue() const { return Bit(20); } in VLValue() function
Dsimulator-arm.cc1655 bool load = (instr->VLValue() == 0x1); in HandleVList()
2833 } else if ((instr->VLValue() == 0x1) && in DecodeTypeVFP()
2855 } else if ((instr->VLValue() == 0x0) && in DecodeTypeVFP()
2891 bool to_arm_register = (instr->VLValue() == 0x1); in DecodeVMOVBetweenCoreAndSinglePrecisionRegisters()