Searched refs:SzValue (Results 1 – 3 of 3) sorted by relevance
1426 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()1433 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()1440 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()1463 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()1469 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()1476 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()1485 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()1499 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()1505 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()1511 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()[all …]
1678 (instr->SzValue() == 0) ? kSinglePrecision : kDoublePrecision; in HandleVList()3192 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()3201 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()3214 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()3245 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()3258 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()3265 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()3282 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()3297 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()3313 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()[all …]
560 inline int SzValue() const { return Bit(8); } in SzValue() function