Searched refs:V8 (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
H A D | old_instruction.h | 412 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 D | old_instruction_enum.h | 60 V8, member in Format
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
H A D | x64_isa.h | 89 return V8 <= r && r <= V15; in IsSIMDRegister()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
H A D | aarch64_reg_info.h | 42 return (regNO >= V8 && regNO <= V15) && size == k128BitSize;
|
/arkcompiler/runtime_core/libpandafile/tests/ |
H A D | bytecode_instruction_tests.cpp | 201 // 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 D | bytecode_instruction_tests.cpp | 186 // 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 D | aarch64_proepilog.cpp | 520 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