Searched refs:emul (Results 1 – 2 of 2) sorted by relevance
541 uint8_t emul = in TestVectorInstructionInternal() local552 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 …]
1232 uint8_t emul = in TestVectorInstructionInternal() local1241 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 …]