Searched refs:scalar_src (Results 1 – 1 of 1) sorted by relevance
/frameworks/libs/binary_translation/tests/inline_asm_tests/ |
D | main_riscv64.cc | 407 uint64_t scalar_src, in RunCommonVectorFunc() argument 454 [scalar_src] "r"(scalar_src), in RunCommonVectorFunc() 507 uint64_t scalar_src = 0; in TestVectorInstructionInternal() local 510 scalar_src = 0xaaaa'aaaa'aaaa'aaaa; in TestVectorInstructionInternal() 519 scalar_src = 0xffff'ffff'40b4'0000; // float 5.625 in TestVectorInstructionInternal() 521 scalar_src = 0x4016'8000'0000'0000; // double 5.625 in TestVectorInstructionInternal() 566 exec_insn, &source[0], &result[0], nullptr, nullptr, scalar_src, vstart, vtype, vl); in TestVectorInstructionInternal() 1082 uint64_t scalar_src = 0; in TestVectorPermutationInstruction() local 1092 scalar_src = 0xffff'ffff'40b4'0000; // float 5.625 in TestVectorPermutationInstruction() 1094 scalar_src = 0x4016'8000'0000'0000; // double 5.625 in TestVectorPermutationInstruction() [all …]
|