Searched refs:satpos (Results 1 – 2 of 2) sorted by relevance
1809 int satpos, in usat() argument1813 DCHECK((satpos >= 0) && (satpos <= 31)); in usat()1822 emit(cond | 0x6 * B24 | 0xE * B20 | satpos * B16 | dst.code() * B12 | in usat()
862 void usat(Register dst, int satpos, const Operand& src, Condition cond = al);