Home | History | Annotate | Download | only in mips

Lines Matching refs:pos

788   void ins_(Register rt, Register rs, uint16_t pos, uint16_t size);
789 void ext_(Register rt, Register rs, uint16_t pos, uint16_t size);
859 return pc_offset() - label->pos();
946 inline bool overflow() const { return pc_ >= reloc_info_writer.pos() - kGap; }
949 inline int available_space() const { return reloc_info_writer.pos() - pc_; }
956 Instr instr_at(int pos) { return *reinterpret_cast<Instr*>(buffer_ + pos); }
957 void instr_at_put(int pos, Instr instr) {
958 *reinterpret_cast<Instr*>(buffer_ + pos) = instr;
1023 int32_t buffer_space() const { return reloc_info_writer.pos() - pc_; }
1025 // Decode branch instruction at pos and return branch target pos.
1026 int target_at(int32_t pos);
1028 // Patch branch instruction at pos to branch to given branch target pos.
1029 void target_at_put(int32_t pos, int32_t target_pos);
1198 void bind_to(Label* L, int pos);
1252 int32_t get_trampoline_entry(int32_t pos);