Searched refs:int_res (Results 1 – 1 of 1) sorted by relevance
1146 uint64_t int_res, float_res; in TestVectorPermutationInstruction() local1148 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()