Lines Matching defs:offset
100 explicit MemOperand(Register rj, int32_t offset = 0);
101 explicit MemOperand(Register rj, Register offset = no_reg);
104 int32_t offset() const { return offset_; }
111 int32_t offset_; // offset
148 // do this, the branch range will go beyond the max branch offset, that means
183 // Returns the branch offset to the given label from the current code
268 // Max offset for instructions with 16-bit offset field
271 // Max offset for instructions with 21-bit offset field
274 // Max offset for compact branch instructions with 26-bit offset field
285 // possible to align the pc offset to a multiple
288 // Insert the smallest number of zero bytes possible to align the pc offset
318 void b(int32_t offset);
320 void bl(int32_t offset);
323 void beq(Register rj, Register rd, int32_t offset);
327 void bne(Register rj, Register rd, int32_t offset);
331 void blt(Register rj, Register rd, int32_t offset);
335 void bge(Register rj, Register rd, int32_t offset);
339 void bltu(Register rj, Register rd, int32_t offset);
343 void bgeu(Register rj, Register rd, int32_t offset);
347 void beqz(Register rj, int32_t offset);
351 void bnez(Register rj, int32_t offset);
356 void jirl(Register rd, Register rj, int32_t offset);
817 static Instr SetAddImmediateOffset(Instr instr, int16_t offset);
918 int next_buffer_check_; // pc offset of next buffer check.
922 int no_trampoline_pool_before_; // Block emission before this pc offset.
925 int last_trampoline_pool_end_; // pc offset of the end of the last pool.