Lines Matching defs:end
2254 // Make stack end at alignment and make room for stack arguments
3190 // We start checking how many trailing zeros are left at the end.
4905 int end, int shift_amount,
4910 RotateInsertSelectBits(temp0, old_value, Operand(start), Operand(end),
4912 RotateInsertSelectBits(temp1, new_value, Operand(start), Operand(end),
4916 Operand(end + shift_amount),
4929 constexpr int end = start + 7; \
4931 AtomicCmpExchangeHelper(addr, output, old_value, new_value, start, end, \
4940 constexpr int end = start + 7; \
4942 AtomicCmpExchangeHelper(addr, output, old_value, new_value, start, end, \
4979 constexpr int end = start + 15; \
4981 AtomicCmpExchangeHelper(addr, output, old_value, new_value, start, end, \
4990 constexpr int end = start + 15; \
4992 AtomicCmpExchangeHelper(addr, output, old_value, new_value, start, end, \
5008 Register output, int start, int end,
5015 RotateInsertSelectBits(scratch, value, Operand(start), Operand(end),
5030 constexpr int end = start + 7; \
5032 AtomicExchangeHelper(addr, value, output, start, end, shift_amount, -idx, \
5041 constexpr int end = start + 7; \
5043 AtomicExchangeHelper(addr, value, output, start, end, shift_amount, -idx, \
5053 // end with 0b00
5082 constexpr int end = start + 15; \
5084 AtomicExchangeHelper(addr, value, output, start, end, shift_amount, \
5093 constexpr int end = start + 15; \
5095 AtomicExchangeHelper(addr, value, output, start, end, shift_amount, \
5103 // end with 0b00