Home
last modified time | relevance | path

Searched refs:V8 (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dold_instruction.h412 case Format::V8: { in Size()
484 return Format::V8; in GetFormat()
486 return Format::V8; in GetFormat()
488 return Format::V8; in GetFormat()
490 return Format::V8; in GetFormat()
510 return Format::V8; in GetFormat()
512 return Format::V8; in GetFormat()
514 return Format::V8; in GetFormat()
516 return Format::V8; in GetFormat()
518 return Format::V8; in GetFormat()
[all...]
H A Dold_instruction_enum.h60 V8, member in Format
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
H A Dx64_isa.h89 return V8 <= r && r <= V15; in IsSIMDRegister()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_reg_info.h42 return (regNO >= V8 && regNO <= V15) && size == k128BitSize;
/arkcompiler/runtime_core/libpandafile/tests/
H A Dbytecode_instruction_tests.cpp201 // V8 in TEST()
206 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V8, 0>()), 0xab); in TEST()
460 // V8 in TEST()
465 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V8, 0>()), 0xab); in TEST()
682 // V8 in TEST()
688 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V8, 0>()), 0); in TEST()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dbytecode_instruction_tests.cpp186 // V8 in TEST()
191 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V8, 0>()), 0xab); in TEST()
419 // V8 in TEST()
424 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V8, 0>()), 0xab); in TEST()
614 // V8 in TEST()
620 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V8, 0>()), 0); in TEST()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_proepilog.cpp520 static_cast<uint16>(firstHalf - 1) : static_cast<uint16>(firstHalf - V8 + 72); in GeneratePushRegs()
521 uint16 reg1NO = (regType == kRegTyInt) ? static_cast<uint16>(reg - 1) : static_cast<uint16>(reg - V8 + 72); in GeneratePushRegs()
538 uint16 regNO = static_cast<uint16>(fpRegFirstHalf - V8 + 72); in GeneratePushRegs()

Completed in 8 milliseconds