Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/inline_asm_tests/
Dmain_riscv64.cc492 enum class TestVectorInstructionMode { kDefault, kWidening, kNarrowing, kVMerge }; enumerator
525 if constexpr (kTestVectorInstructionMode == TestVectorInstructionMode::kNarrowing || in TestVectorInstructionInternal()
669 TestVectorInstruction<TestVectorInstructionKind::kInteger, TestVectorInstructionMode::kNarrowing>( in TestNarrowingVectorInstruction()
682 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kNarrowing>( in TestNarrowingVectorFloatInstruction()
691 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kNarrowing>( in TestNarrowingVectorFloatInstruction()
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter_test.cc1164 enum class TestVectorInstructionMode { kDefault, kWidening, kNarrowing, kVMerge }; enumerator
1217 if constexpr (kTestVectorInstructionMode == TestVectorInstructionMode::kNarrowing || in TestVectorInstructionInternal()