Searched refs:SzValue (Results 1 – 3 of 3) sorted by relevance
1094 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()
1652 (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()
617 inline int SzValue() const { return Bit(8); } in SzValue() function