Searched refs:kWidening (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 }; enumerator 526 kTestVectorInstructionMode == TestVectorInstructionMode::kWidening) { in TestVectorInstructionInternal() 542 (vlmul + (kTestVectorInstructionMode == TestVectorInstructionMode::kWidening)) & in TestVectorInstructionInternal() 614 (kTestVectorInstructionMode == TestVectorInstructionMode::kWidening), in TestVectorInstructionInternal() 619 (kTestVectorInstructionMode == TestVectorInstructionMode::kWidening), in TestVectorInstructionInternal() 701 TestVectorInstructionMode::kWidening>( in TestWideningVectorFloatInstruction() 710 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kWidening>( in TestWideningVectorFloatInstruction() 720 TestVectorInstruction<TestVectorInstructionKind::kInteger, TestVectorInstructionMode::kWidening>( in TestWideningVectorInstruction()
|
/frameworks/libs/binary_translation/interpreter/riscv64/ |
D | interpreter_test.cc | 1151 TestVectorInstructionMode::kWidening>( in TestWideningVectorFloatInstruction() 1159 TestVectorInstruction<TestVectorInstructionKind::kFloat, TestVectorInstructionMode::kWidening>( in TestWideningVectorFloatInstruction() 1164 enum class TestVectorInstructionMode { kDefault, kWidening, kNarrowing, kVMerge }; enumerator 1218 kTestVectorInstructionMode == TestVectorInstructionMode::kWidening) { in TestVectorInstructionInternal() 1233 (vlmul + (kTestVectorInstructionMode == TestVectorInstructionMode::kWidening)) & in TestVectorInstructionInternal() 1322 (kTestVectorInstructionMode == TestVectorInstructionMode::kWidening), in TestVectorInstructionInternal() 1330 (kTestVectorInstructionMode == TestVectorInstructionMode::kWidening), in TestVectorInstructionInternal()
|