Lines Matching defs:scratch
9741 SimVRegister scratch;
9778 dup_immediate(vform, scratch, shift_dist);
9779 SVEBitwiseShiftHelper(shift_op, vform, result, zdn, scratch, false);
9924 SimVRegister scratch;
9935 dup_immediate(vform, scratch, shift_dist);
9936 SVEBitwiseShiftHelper(shift_op, vform, zd, zn, scratch, false);
10015 SimVRegister scratch;
10017 scratch,
10021 add(vform, zd, zd, scratch);
10112 SimVRegister scratch;
10114 scratch,
10123 sub(vform, zd, zd, scratch).SignedSaturate(vform);
10128 add(vform, zd, zd, scratch).SignedSaturate(vform);
10133 sub(vform, zd, zd, scratch).UnsignedSaturate(vform);
10138 add(vform, zd, zd, scratch).UnsignedSaturate(vform);
10551 SimVRegister scratch;
10552 dup_immediate(vform, scratch, inactive_value);
10553 mov_merging(vform, scratch, pg, zn);
10554 if (fn != nullptr) (this->*fn)(vform, vd, scratch);
11212 SimVRegister scratch;
11216 dup_immediate(vform, scratch, instr->GetImmSVEIntWideSigned());
11217 mul(vform, zd, zd, scratch);
11257 SimVRegister scratch;
11264 dup_immediate(vform, scratch, signed_imm);
11265 smax(vform, zd, zd, scratch);
11268 dup_immediate(vform, scratch, signed_imm);
11269 smin(vform, zd, zd, scratch);
11272 dup_immediate(vform, scratch, unsigned_imm);
11273 umax(vform, zd, zd, scratch);
11276 dup_immediate(vform, scratch, unsigned_imm);
11277 umin(vform, zd, zd, scratch);
11782 SimVRegister scratch;
11798 dup_immediate(vform, scratch, imm);
11799 sub(vform, zd, scratch, zd);