Home
last modified time | relevance | path

Searched refs:Opc1Value (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h502 inline int Opc1Value() const { return (Bit(23) << 2) | Bits(21, 20); } in Opc1Value() function in v8::internal::Instruction
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc3183 if (instr->Opc1Value() == 0x7) { in DecodeTypeVFP()
3279 } else if (instr->Opc1Value() == 0x3) { in DecodeTypeVFP()
3311 } else if ((instr->Opc1Value() == 0x2) && !(instr->Opc3Value() & 0x1)) { in DecodeTypeVFP()
3326 } else if ((instr->Opc1Value() == 0x0)) { in DecodeTypeVFP()
3358 } else if ((instr->Opc1Value() == 0x4) && !(instr->Opc3Value() & 0x1)) { in DecodeTypeVFP()
3580 DCHECK((instr->Bit(4) == 0) && (instr->Opc1Value() == 0x7)); in DecodeVCMP()
3630 DCHECK((instr->Bit(4) == 0) && (instr->Opc1Value() == 0x7)); in DecodeVCVTBetweenDoubleAndSingle()
3756 DCHECK((instr->Bit(4) == 0) && (instr->Opc1Value() == 0x7) && in DecodeVCVTBetweenFloatingPointAndInteger()
5944 if (instr->Opc1Value() == 0x7 && instr->Opc3Value() == 0x1 && in DecodeFloatingPointDataProcessing()
5997 } else if ((instr->Opc1Value() in DecodeFloatingPointDataProcessing()
[all...]

Completed in 11 milliseconds