Home
last modified time | relevance | path

Searched refs:TypeValue (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h413 // int type = instr->TypeValue();
482 inline int TypeValue() const { return Bits(27, 25); } in TypeValue() function in v8::internal::Instruction
606 return (TypeValue() == 7) && (Bit(24) == 1) && (SvcValue() >= kStopCode); in IsStop()
/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc350 if ((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0) && in FormatVFPRegister()
568 if (instr->TypeValue() == 0) { in FormatOption()
571 DCHECK_EQ(instr->TypeValue(), 1); in FormatOption()
734 int type = instr->TypeValue(); in DecodeType01()
1436 VERIFY((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0)); in DecodeTypeVFP()
1637 VERIFY((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0)); in DecodeTypeCP15()
1794 VERIFY(instr->TypeValue() == 6); in DecodeType6CoprocessorIns()
2548 switch (instr->TypeValue()) { in InstructionDecode()
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc2030 int type = instr->TypeValue(); in DecodeType01()
2400 DCHECK_EQ(instr->TypeValue(), 1); in DecodeType01()
3171 DCHECK((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0)); in DecodeTypeVFP()
3536 DCHECK((instr->TypeValue() == 7) && (instr->Bit(24) == 0x0)); in DecodeTypeCP15()
3827 DCHECK_EQ(instr->TypeValue(), 6); in DecodeType6CoprocessorIns()
6140 switch (instr->TypeValue()) { in InstructionDecode()

Completed in 15 milliseconds