Lines Matching refs:sign
588 } else if (format[1] == 'i') { // 'sign: signed extra loads and stores
590 DCHECK(STRING_STARTS_WITH(format, "sign"));
860 Format(instr, "'memop'cond'sign'h 'rd, ['rn], -'rm");
862 Format(instr, "'memop'cond'sign'h 'rd, ['rn], #-'off8");
868 Format(instr, "'memop'cond'sign'h 'rd, ['rn], +'rm");
870 Format(instr, "'memop'cond'sign'h 'rd, ['rn], #+'off8");
876 Format(instr, "'memop'cond'sign'h 'rd, ['rn, -'rm]'w");
878 Format(instr, "'memop'cond'sign'h 'rd, ['rn, #-'off8]'w");
884 Format(instr, "'memop'cond'sign'h 'rd, ['rn, +'rm]'w");
886 Format(instr, "'memop'cond'sign'h 'rd, ['rn, #+'off8]'w");
1434 // vmov.sign.size: Rt = Dn[i]
1596 char sign = instr->Bit(23) != 0 ? 'u' : 's';
1604 "vmov.%c8 %s, d%d[%d]", sign, rt_name, vn, i);
1610 "vmov.%c16 %s, d%d[%d]", sign, rt_name, vn, i);