Searched refs:zm_s (Results 1 - 2 of 2) sorted by relevance
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-sve-aarch64.cc | 4549 unsigned zm_s[] = {0x00000000, 0x01234567, 0x10101010, 0x00000000, 4583 IntBinArithHelper(config, fn, kSRegSize, pg_s, zn_s, zm_s, add_exp_s); 4602 IntBinArithHelper(config, fn, kSRegSize, pg_s, zn_s, zm_s, sub_exp_s); 4622 unsigned zm_s[] = {0x00000001, 0x00000000, 0x0000eeee, 0xfffffffe, 4650 IntBinArithHelper(config, fn, kSRegSize, pg_s, zn_s, zm_s, umax_exp_s); 4666 IntBinArithHelper(config, fn, kSRegSize, pg_s, zn_s, zm_s, umin_exp_s); 4683 IntBinArithHelper(config, fn, kSRegSize, pg_s, zn_s, zm_s, uabd_exp_s); 4703 int zm_s[] = {-1, 0, -1, -INT32_MAX, 4731 IntBinArithHelper(config, fn, kSRegSize, pg_s, zn_s, zm_s, smax_exp_s); 4748 IntBinArithHelper(config, fn, kSRegSize, pg_s, zn_s, zm_s, smin_exp_ [all...] |
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.cc | 3187 SimVRegister& zm_s = ReadVRegister(instr->ExtractBits(19, 16)); in Simulator() local 3199 cmla(kFormatVnS, zda, zda, zn, zm_s, idx_s, rot); in Simulator() 3208 sqrdcmlah(kFormatVnS, zda, zda, zn, zm_s, idx_s, rot); in Simulator()
|
Completed in 23 milliseconds