Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/tests/inline_asm_tests/
Dmain_riscv64.cc541 uint8_t emul = in TestVectorInstructionInternal() local
552 if (emul == 2) { in TestVectorInstructionInternal()
579 if (emul < 4) { in TestVectorInstructionInternal()
580 for (size_t index = 0; index < 1 << emul; ++index) { in TestVectorInstructionInternal()
581 if (index == 0 && emul == 2) { in TestVectorInstructionInternal()
586 } else if (index == 2 && emul == 2) { in TestVectorInstructionInternal()
591 } else if (index == 3 && emul == 2 && vta) { in TestVectorInstructionInternal()
593 } else if (index == 3 && emul == 2) { in TestVectorInstructionInternal()
603 ((SIMD128{expected_result[0]} & mask[0] & kFractionMaskInt8[emul - 4]) | in TestVectorInstructionInternal()
604 (expected_inactive[0] & ~mask[0] & kFractionMaskInt8[emul - 4]) | in TestVectorInstructionInternal()
[all …]
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter_test.cc1232 uint8_t emul = in TestVectorInstructionInternal() local
1241 if (emul == 2) { in TestVectorInstructionInternal()
1269 if (emul < 4) { in TestVectorInstructionInternal()
1270 for (size_t index = 0; index < 1 << emul; ++index) { in TestVectorInstructionInternal()
1271 if (index == 0 && emul == 2) { in TestVectorInstructionInternal()
1278 } else if (index == 2 && emul == 2) { in TestVectorInstructionInternal()
1285 } else if (index == 3 && emul == 2 && vta) { in TestVectorInstructionInternal()
1287 } else if (index == 3 && emul == 2) { in TestVectorInstructionInternal()
1299 ((SIMD128Register{expected_result[0]} & mask[0] & kFractionMaskInt8[emul - 4]) | in TestVectorInstructionInternal()
1300 (expected_inactive[0] & ~mask[0] & kFractionMaskInt8[emul - 4]) | in TestVectorInstructionInternal()
[all …]