Home
last modified time | relevance | path

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

/external/v8/src/arm/
Ddisasm-arm.cc1094 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
1118 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
1127 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
1137 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
1143 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
1197 bool dp_operation = (instr->SzValue() == 1); in DecodeVCMP()
1218 bool double_to_single = (instr->SzValue() == 1); in DecodeVCVTBetweenDoubleAndSingle()
1234 bool dp_operation = (instr->SzValue() == 1); in DecodeVCVTBetweenFloatingPointAndInteger()
Dsimulator-arm.cc1652 (instr->SzValue() == 0) ? kSinglePrecision : kDoublePrecision; in HandleVList()
2743 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
2779 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
2788 if (instr->SzValue() != 0x1) { in DecodeTypeVFP()
2807 if (instr->SzValue() != 0x1) { in DecodeTypeVFP()
2817 if (instr->SzValue() != 0x1) { in DecodeTypeVFP()
2910 if (instr->SzValue() == 1) { in DecodeVCMP()
2947 if (instr->SzValue() == 1) { in DecodeVCVTBetweenDoubleAndSingle()
3028 VFPRegPrecision src_precision = (instr->SzValue() == 1) ? kDoublePrecision in DecodeVCVTBetweenFloatingPointAndInteger()
Dconstants-arm.h617 inline int SzValue() const { return Bit(8); } in SzValue() function