Home | History | Annotate | Download | only in mips

Lines Matching refs:pos

744   void ins_(Register rt, Register rs, uint16_t pos, uint16_t size);
745 void ext_(Register rt, Register rs, uint16_t pos, uint16_t size);
816 return pc_offset() - label->pos();
904 inline bool overflow() const { return pc_ >= reloc_info_writer.pos() - kGap; }
907 inline int available_space() const { return reloc_info_writer.pos() - pc_; }
914 Instr instr_at(int pos) { return *reinterpret_cast<Instr*>(buffer_ + pos); }
915 void instr_at_put(int pos, Instr instr) {
916 *reinterpret_cast<Instr*>(buffer_ + pos) = instr;
980 int32_t buffer_space() const { return reloc_info_writer.pos() - pc_; }
982 // Decode branch instruction at pos and return branch target pos.
983 int target_at(int32_t pos);
985 // Patch branch instruction at pos to branch to given branch target pos.
986 void target_at_put(int32_t pos, int32_t target_pos);
1154 void bind_to(Label* L, int pos);
1208 int32_t get_trampoline_entry(int32_t pos);