Home
last modified time | relevance | path

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

/external/v8/src/arm/
Ddisasm-arm.cc1355 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
1362 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
1369 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
1392 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
1398 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
1405 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
1414 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
1428 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
1434 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
1440 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
[all …]
Dsimulator-arm.cc1654 (instr->SzValue() == 0) ? kSinglePrecision : kDoublePrecision; in HandleVList()
3108 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
3117 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
3130 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
3161 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
3174 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
3181 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
3198 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
3213 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
3229 if (instr->SzValue() == 0x1) { in DecodeTypeVFP()
[all …]
Dconstants-arm.h544 inline int SzValue() const { return Bit(8); } in SzValue() function