Searched refs:TestVectorInstructionMode (Results 1 – 2 of 2) sorted by relevance
/frameworks/libs/binary_translation/tests/inline_asm_tests/ |
D | main_riscv64.cc | 492 enum class TestVectorInstructionMode { kDefault, kWidening, kNarrowing, kVMerge }; enum 495 TestVectorInstructionMode kTestVectorInstructionMode, 525 if constexpr (kTestVectorInstructionMode == TestVectorInstructionMode::kNarrowing || in TestVectorInstructionInternal() 526 kTestVectorInstructionMode == TestVectorInstructionMode::kWidening) { in TestVectorInstructionInternal() 542 (vlmul + (kTestVectorInstructionMode == TestVectorInstructionMode::kWidening)) & in TestVectorInstructionInternal() 570 if constexpr (kTestVectorInstructionMode == TestVectorInstructionMode::kVMerge) { in TestVectorInstructionInternal() 614 (kTestVectorInstructionMode == TestVectorInstructionMode::kWidening), in TestVectorInstructionInternal() 619 (kTestVectorInstructionMode == TestVectorInstructionMode::kWidening), in TestVectorInstructionInternal() 626 TestVectorInstructionMode kTestVectorInstructionMode, 644 TestVectorInstruction<TestVectorInstructionKind::kInteger, TestVectorInstructionMode::kDefault>( in TestVectorInstruction() [all …]
|
/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter_test.cc | 1104 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kDefault>( in TestVectorFloatInstruction() 1114 TestVectorInstruction<TestVectorInstructionKind::kInteger, TestVectorInstructionMode::kDefault>( in TestVectorInstruction() 1127 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kVMerge>( in TestVectorMergeFloatInstruction() 1137 TestVectorInstruction<TestVectorInstructionKind::kInteger, TestVectorInstructionMode::kVMerge>( in TestVectorMergeInstruction() 1151 TestVectorInstructionMode::kWidening>( in TestWideningVectorFloatInstruction() 1159 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kWidening>( in TestWideningVectorFloatInstruction() 1164 enum class TestVectorInstructionMode { kDefault, kWidening, kNarrowing, kVMerge }; enum in berberis::__anonb0e451540111::Riscv64InterpreterTest 1167 TestVectorInstructionMode kTestVectorInstructionMode, 1180 TestVectorInstructionMode kTestVectorInstructionMode, 1217 if constexpr (kTestVectorInstructionMode == TestVectorInstructionMode::kNarrowing || in TestVectorInstructionInternal() [all …]
|