Searched refs:ExecInsnFunc (Results 1 – 1 of 1) sorted by relevance
/frameworks/libs/binary_translation/tests/inline_asm_tests/ |
D | main_riscv64.cc | 327 using ExecInsnFunc = void (*)(); typedef 329 void RunTwoVectorArgsOneRes(ExecInsnFunc exec_insn, in RunTwoVectorArgsOneRes() 402 void RunCommonVectorFunc(ExecInsnFunc exec_insn, in RunCommonVectorFunc() 498 void TestVectorInstructionInternal(ExecInsnFunc exec_insn, in TestVectorInstructionInternal() 499 ExecInsnFunc exec_masked_insn, in TestVectorInstructionInternal() 503 auto Verify = [&source, dst_result](ExecInsnFunc exec_insn, in TestVectorInstructionInternal() 629 void TestVectorInstruction(ExecInsnFunc exec_insn, in TestVectorInstruction() 630 ExecInsnFunc exec_masked_insn, in TestVectorInstruction() 637 void TestVectorInstruction(ExecInsnFunc exec_insn, in TestVectorInstruction() 638 ExecInsnFunc exec_masked_insn, in TestVectorInstruction() [all …]
|