Searched defs:zmaskL (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dguest_generic_x87.c628 UInt zmaskL, UInt zmaskR,
683 | ((zmaskL == 0) ? 0 : MASK_Z) // Z == 1 iff any in argL is 0
696 UInt zmaskL, UInt zmaskR,
751 | ((zmaskL == 0) ? 0 : MASK_Z) // Z == 1 iff any in argL is 0
768 16-bit mask for each, zmaskL and zmaskR. For ISTRx variants this
787 UInt zmaskL, UInt zmaskR,
791 vassert((zmaskL >> 16) == 0);
827 UInt validL = ~(zmaskL | -zmaskL); // not(left(zmaskL))
625 compute_PCMPxSTRx_gen_output( V128* resV, UInt* resOSZACP, UInt intRes1, UInt zmaskL, UInt zmaskR, UInt validL, UInt pol, UInt idx, Bool isxSTRM ) argument
693 compute_PCMPxSTRx_gen_output_wide( V128* resV, UInt* resOSZACP, UInt intRes1, UInt zmaskL, UInt zmaskR, UInt validL, UInt pol, UInt idx, Bool isxSTRM ) argument
784 compute_PCMPxSTRx( V128* resV, UInt* resOSZACP, V128* argLV, V128* argRV, UInt zmaskL, UInt zmaskR, UInt imm8, Bool isxSTRM ) argument
1035 compute_PCMPxSTRx_wide( V128* resV, UInt* resOSZACP, V128* argLV, V128* argRV, UInt zmaskL, UInt zmaskR, UInt imm8, Bool isxSTRM ) argument
[all...]
H A Dguest_amd64_helpers.c3227 UInt zmaskL, zmaskR; local
3238 zmaskL = zmask_from_V128_wide(argL);
3247 zmaskL = (1 << tmp) & 0xFF;
3258 zmaskL, zmaskR, imm8, (Bool)isxSTRM
3262 zmaskL = zmask_from_V128(argL);
3271 zmaskL = (1 << tmp) & 0xFFFF;
3282 zmaskL, zmaskR, imm8, (Bool)isxSTRM
/external/valgrind/main/none/tests/amd64/
H A Dpcmpstr64.c128 UInt zmaskL, UInt zmaskR,
159 | ((zmaskL == 0) ? 0 : MASK_Z) // Z == 1 iff any in argL is 0
175 16-bit mask for each, zmaskL and zmaskR. For ISTRx variants this
194 UInt zmaskL, UInt zmaskR,
198 assert((zmaskL >> 16) == 0);
234 UInt validL = ~(zmaskL | -zmaskL); // not(left(zmaskL))
247 intRes1, zmaskL, zmaskR, validL, pol, idx
265 UInt validL = ~(zmaskL |
125 pcmpXstrX_WRK_gen_output_fmt_I( V128* resV, UInt* resOSZACP, UInt intRes1, UInt zmaskL, UInt zmaskR, UInt validL, UInt pol, UInt idx ) argument
191 pcmpXstrX_WRK( V128* resV, UInt* resOSZACP, V128* argLV, V128* argRV, UInt zmaskL, UInt zmaskR, UInt imm8, Bool isSTRM ) argument
[all...]
H A Dpcmpstr64w.c130 UInt zmaskL, UInt zmaskR,
165 | ((zmaskL == 0) ? 0 : MASK_Z) // Z == 1 iff any in argL is 0
181 8-bit mask for each, zmaskL and zmaskR. For ISTRx variants this
200 UInt zmaskL, UInt zmaskR,
204 assert((zmaskL >> 8) == 0);
239 UInt validL = ~(zmaskL | -zmaskL); // not(left(zmaskL))
252 intRes1, zmaskL, zmaskR, validL, pol, idx
269 UInt validL = ~(zmaskL |
127 PCMPxSTRx_WRK_gen_output_fmt_I_wide( V128* resV, UInt* resOSZACP, UInt intRes1, UInt zmaskL, UInt zmaskR, UInt validL, UInt pol, UInt idx ) argument
197 pcmpXstrX_WRK_wide( V128* resV, UInt* resOSZACP, V128* argLV, V128* argRV, UInt zmaskL, UInt zmaskR, UInt imm8, Bool isxSTRM ) argument
[all...]

Completed in 123 milliseconds