Lines Matching refs:Displacement
195 // Implementation of Displacement
197 void Displacement::init(Label* L, Type type) {
1526 // Displacement of the last instruction using the label.
1538 Displacement disp = disp_at(&l);
1553 Displacement disp = disp_at(L);
1555 if (disp.type() == Displacement::CODE_ABSOLUTE) {
1558 } else if (disp.type() == Displacement::CODE_RELATIVE) {
1562 if (disp.type() == Displacement::UNCONDITIONAL_JUMP) {
1638 emit_disp(L, Displacement::OTHER);
1715 emit_disp(L, Displacement::UNCONDITIONAL_JUMP);
1783 emit_disp(L, Displacement::OTHER);
3397 emit_disp(label, Displacement::CODE_ABSOLUTE);