Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm64_toIR.c7362 Bool testimm8 = False; in AdvSIMDExpandImm() local
7366 testimm8 = False; imm64 = Replicate32x2(imm8); break; in AdvSIMDExpandImm()
7368 testimm8 = True; imm64 = Replicate32x2(imm8 << 8); break; in AdvSIMDExpandImm()
7370 testimm8 = True; imm64 = Replicate32x2(imm8 << 16); break; in AdvSIMDExpandImm()
7372 testimm8 = True; imm64 = Replicate32x2(imm8 << 24); break; in AdvSIMDExpandImm()
7374 testimm8 = False; imm64 = Replicate16x4(imm8); break; in AdvSIMDExpandImm()
7376 testimm8 = True; imm64 = Replicate16x4(imm8 << 8); break; in AdvSIMDExpandImm()
7378 testimm8 = True; in AdvSIMDExpandImm()
7385 testimm8 = False; in AdvSIMDExpandImm()
7423 if (testimm8 && imm8 == 0) in AdvSIMDExpandImm()