Home
last modified time | relevance | path

Searched refs:kVMerge (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter_test.cc1127 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kVMerge>( in TestVectorMergeFloatInstruction()
1137 TestVectorInstruction<TestVectorInstructionKind::kInteger, TestVectorInstructionMode::kVMerge>( in TestVectorMergeInstruction()
1164 enum class TestVectorInstructionMode { kDefault, kWidening, kNarrowing, kVMerge }; enumerator
1260 if constexpr (kTestVectorInstructionMode == TestVectorInstructionMode::kVMerge) { in TestVectorInstructionInternal()
1327 ~(0x01f00000 * (kTestVectorInstructionMode == TestVectorInstructionMode::kVMerge))) | in TestVectorInstructionInternal()
/frameworks/libs/binary_translation/tests/inline_asm_tests/
Dmain_riscv64.cc492 enum class TestVectorInstructionMode { kDefault, kWidening, kNarrowing, kVMerge }; enumerator
570 if constexpr (kTestVectorInstructionMode == TestVectorInstructionMode::kVMerge) { in TestVectorInstructionInternal()