Searched refs:TestVectorInstructionMode (Results 1 – 2 of 2) sorted by relevance
/frameworks/libs/binary_translation/tests/inline_asm_tests/ |
D | main_riscv64.cc | 502 enum class TestVectorInstructionMode { kDefault, kWidening, kNarrowing, kVMerge }; enum 505 TestVectorInstructionMode kTestVectorInstructionMode, 535 if constexpr (kTestVectorInstructionMode == TestVectorInstructionMode::kNarrowing || in TestVectorInstructionInternal() 536 kTestVectorInstructionMode == TestVectorInstructionMode::kWidening) { in TestVectorInstructionInternal() 552 (vlmul + (kTestVectorInstructionMode == TestVectorInstructionMode::kWidening)) & in TestVectorInstructionInternal() 580 if constexpr (kTestVectorInstructionMode == TestVectorInstructionMode::kVMerge) { in TestVectorInstructionInternal() 627 (kTestVectorInstructionMode == TestVectorInstructionMode::kWidening), in TestVectorInstructionInternal() 632 (kTestVectorInstructionMode == TestVectorInstructionMode::kWidening), in TestVectorInstructionInternal() 639 TestVectorInstructionMode kTestVectorInstructionMode, 657 TestVectorInstruction<TestVectorInstructionKind::kInteger, TestVectorInstructionMode::kDefault>( in TestVectorInstruction() [all …]
|
/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter_test.cc | 1105 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kDefault>( in TestVectorFloatInstruction() 1115 TestVectorInstruction<TestVectorInstructionKind::kInteger, TestVectorInstructionMode::kDefault>( in TestVectorInstruction() 1128 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kVMerge>( in TestVectorMergeFloatInstruction() 1138 TestVectorInstruction<TestVectorInstructionKind::kInteger, TestVectorInstructionMode::kVMerge>( in TestVectorMergeInstruction() 1152 TestVectorInstructionMode::kWidening>( in TestWideningVectorFloatInstruction() 1160 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kWidening>( in TestWideningVectorFloatInstruction() 1165 enum class TestVectorInstructionMode { kDefault, kWidening, kNarrowing, kVMerge }; enum in berberis::__anon2b92128a0111::Riscv64InterpreterTest 1168 TestVectorInstructionMode kTestVectorInstructionMode, 1178 TestVectorInstructionMode kTestVectorInstructionMode, 1212 if constexpr (kTestVectorInstructionMode == TestVectorInstructionMode::kNarrowing || in TestVectorInstructionInternal() [all …]
|