Home | History | Annotate | Download | only in x87

Lines Matching refs:pc_

108     *(pc_ + i) = *(instructions + i);
112 CpuFeatures::FlushICache(pc_, instruction_count);
124 CodePatcher patcher(pc_, code_size);
229 *pc_++ = (x)
248 reloc_info_writer.Reposition(buffer_ + buffer_size_, pc_);
259 DCHECK(pc_ <= reloc_info_writer.pos()); // No overlap.
1307 emit(entry - (pc_ + sizeof(int32_t)), rmode);
1377 emit(entry - (pc_ + sizeof(int32_t)), rmode);
1438 emit(entry - (pc_ + sizeof(int32_t)), rmode);
1901 Disassembler::Decode(isolate(), stdout, buffer_, pc_);
1963 pc_ += pc_delta;
2015 pc_[0] = (adr.buf_[0] & ~0x38) | (reg.code() << 3);
2018 for (unsigned i = 1; i < length; i++) pc_[i] = adr.buf_[i];
2019 pc_ += length;
2023 pc_ -= sizeof(int32_t); // pc_ must be *at* disp32
2025 pc_ += sizeof(int32_t);
2057 RelocInfo rinfo(pc_, rmode, data, NULL);