Lines Matching full:int16_t
553 void b(int16_t offset);
555 void bal(int16_t offset);
558 void beq(Register rs, Register rt, int16_t offset);
562 void bgez(Register rs, int16_t offset);
563 void bgezal(Register rs, int16_t offset);
564 void bgtz(Register rs, int16_t offset);
565 void blez(Register rs, int16_t offset);
566 void bltz(Register rs, int16_t offset);
567 void bltzal(Register rs, int16_t offset);
568 void bne(Register rs, Register rt, int16_t offset);
573 // Never use the int16_t b(l)cond version with a branch offset
729 void bc1f(int16_t offset, uint16_t cc = 0);
731 void bc1t(int16_t offset, uint16_t cc = 0);
820 static int16_t GetLwOffset(Instr instr);
821 static Instr SetLwOffset(Instr instr, int16_t offset);
824 static Instr SetSwOffset(Instr instr, int16_t offset);
826 static Instr SetAddImmediateOffset(Instr instr, int16_t offset);