Home
last modified time | relevance | path

Searched refs:float_res (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/binary_translation/tests/inline_asm_tests/
Dmain_riscv64.cc1146 uint64_t int_res, float_res; in TestVectorPermutationInstruction() local
1148 exec_insn, &source[0], &result[0], &int_res, &float_res, scalar_src, vstart, vtype, vl); in TestVectorPermutationInstruction()
1185 static_cast<__uint128_t>(static_cast<uint32_t>(float_res)) << (last_elem * 32); in TestVectorPermutationInstruction()
1194 static_cast<__uint128_t>(static_cast<uint64_t>(float_res)) << (last_elem * 64); in TestVectorPermutationInstruction()