Home | History | Annotate | Download | only in x87

Lines Matching refs:disp

496 void Assembler::disp_at_put(Label* L, Displacement disp) {
497 long_at_put(L->pos(), disp.data());
502 Displacement disp(L, type);
504 emit(static_cast<int>(disp.data()));
509 byte disp = 0x00;
513 disp = static_cast<byte>(offset & 0xFF);
516 *pc_++ = disp;
537 void Operand::set_disp8(int8_t disp) {
539 *reinterpret_cast<int8_t*>(&buf_[len_++]) = disp;
543 void Operand::set_dispr(int32_t disp, RelocInfo::Mode rmode) {
546 *p = disp;
557 Operand::Operand(int32_t disp, RelocInfo::Mode rmode) {
558 // [disp/r]
560 set_dispr(disp, rmode);
565 // [disp/r]