Searched refs:TestVectorInstruction (Results 1 – 2 of 2) sorted by relevance
/frameworks/libs/binary_translation/tests/inline_asm_tests/ |
D | main_riscv64.cc | 629 void TestVectorInstruction(ExecInsnFunc exec_insn, in TestVectorInstruction() function 637 void TestVectorInstruction(ExecInsnFunc exec_insn, in TestVectorInstruction() function 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() 710 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kWidening>( in TestWideningVectorFloatInstruction() 720 TestVectorInstruction<TestVectorInstructionKind::kInteger, TestVectorInstructionMode::kWidening>( in TestWideningVectorInstruction() 2531 TestVectorInstruction( in TEST() [all …]
|
/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter_test.cc | 1104 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kDefault>( in TestVectorFloatInstruction() 1108 void TestVectorInstruction(uint32_t insn_bytes, in TestVectorInstruction() function in berberis::__anonb0e451540111::Riscv64InterpreterTest 1114 TestVectorInstruction<TestVectorInstructionKind::kInteger, TestVectorInstructionMode::kDefault>( in TestVectorInstruction() 1127 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kVMerge>( in TestVectorMergeFloatInstruction() 1137 TestVectorInstruction<TestVectorInstructionKind::kInteger, TestVectorInstructionMode::kVMerge>( in TestVectorMergeInstruction() 1159 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kWidening>( in TestWideningVectorFloatInstruction() 1171 void TestVectorInstruction( in TestVectorInstruction() function in berberis::__anonb0e451540111::Riscv64InterpreterTest
|