Home
last modified time | relevance | path

Searched refs:int_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()
1175 expected_result[last_reg] = static_cast<__uint128_t>(static_cast<uint8_t>(int_res)) in TestVectorPermutationInstruction()
1179 expected_result[last_reg] = static_cast<__uint128_t>(static_cast<uint16_t>(int_res)) in TestVectorPermutationInstruction()
1187 expected_result[last_reg] = static_cast<__uint128_t>(static_cast<uint32_t>(int_res)) in TestVectorPermutationInstruction()
1196 expected_result[last_reg] = static_cast<__uint128_t>(static_cast<uint64_t>(int_res)) in TestVectorPermutationInstruction()