Searched refs:TestVectorInstructionKind (Results 1 – 2 of 2) sorted by relevance
/frameworks/libs/binary_translation/tests/inline_asm_tests/ |
D | main_riscv64.cc | 491 enum class TestVectorInstructionKind { kInteger, kFloat }; enum 494 template <TestVectorInstructionKind kTestVectorInstructionKind, 508 if constexpr (kTestVectorInstructionKind == TestVectorInstructionKind::kInteger) { in TestVectorInstructionInternal() 625 template <TestVectorInstructionKind kTestVectorInstructionKind, 644 TestVectorInstruction<TestVectorInstructionKind::kInteger, TestVectorInstructionMode::kDefault>( in TestVectorInstruction() 659 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kDefault>( in TestVectorFloatInstruction() 669 TestVectorInstruction<TestVectorInstructionKind::kInteger, TestVectorInstructionMode::kNarrowing>( in TestNarrowingVectorInstruction() 682 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kNarrowing>( in TestNarrowingVectorFloatInstruction() 691 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kNarrowing>( in TestNarrowingVectorFloatInstruction() 700 TestVectorInstructionInternal<TestVectorInstructionKind::kFloat, in TestWideningVectorFloatInstruction() [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() 1150 TestVectorInstructionInternal<TestVectorInstructionKind::kFloat, in TestWideningVectorFloatInstruction() 1159 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kWidening>( in TestWideningVectorFloatInstruction() 1163 enum class TestVectorInstructionKind { kInteger, kFloat }; enum in berberis::__anonb0e451540111::Riscv64InterpreterTest 1166 template <TestVectorInstructionKind kTestVectorInstructionKind, 1179 template <TestVectorInstructionKind kTestVectorInstructionKind, 1200 if (kTestVectorInstructionKind == TestVectorInstructionKind::kInteger) { in TestVectorInstructionInternal() [all …]
|