Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm64_toIR.c5828 Bool isQ = bitQ == 1; in dis_ARM64_load_store() local
5829 Bool is1d = sz == BITS2(1,1) && !isQ; in dis_ARM64_load_store()
5848 UInt xferSzB = (isQ ? 16 : 8) * nRegs; in dis_ARM64_load_store()
5886 case 4: (isQ ? math_INTERLEAVE4_128 : math_INTERLEAVE4_64) in dis_ARM64_load_store()
5889 case 3: (isQ ? math_INTERLEAVE3_128 : math_INTERLEAVE3_64) in dis_ARM64_load_store()
5892 case 2: (isQ ? math_INTERLEAVE2_128 : math_INTERLEAVE2_64) in dis_ARM64_load_store()
5895 case 1: (isQ ? math_INTERLEAVE1_128 : math_INTERLEAVE1_64) in dis_ARM64_load_store()
5901 (isQ ? (_expr) : unop(Iop_V128to64,(_expr))) in dis_ARM64_load_store()
5902 UInt step = isQ ? 16 : 8; in dis_ARM64_load_store()
5923 UInt step = isQ ? 16 : 8; in dis_ARM64_load_store()
[all …]
Dguest_arm_toIR.c13800 Bool isQ = INSN(6,6) == 1; in decode_V8_instruction() local
13809 if (! (isQ && ((dd & 1) == 1 || (nn & 1) == 1 || (mm & 1) == 1))) { in decode_V8_instruction()
13830 IRTemp r2 = isQ ? newTemp(Ity_F32) : IRTemp_INVALID; in decode_V8_instruction()
13831 IRTemp r3 = isQ ? newTemp(Ity_F32) : IRTemp_INVALID; in decode_V8_instruction()
13837 if (isQ) { in decode_V8_instruction()
13845 if (isQ) { in decode_V8_instruction()
13850 HChar rch = isQ ? 'q' : 'd'; in decode_V8_instruction()
13851 UInt sh = isQ ? 1 : 0; in decode_V8_instruction()
13876 Bool isQ = INSN(6,6) == 1; in decode_V8_instruction() local
13884 if (! (isQ && ((dd & 1) == 1 || (mm & 1) == 1))) { in decode_V8_instruction()
[all …]