Lines Matching refs:Displacement
71 // Implementation of Displacement
73 void Displacement::init(Label* L, Type type) {
1279 // Displacement of the last instruction using the label.
1291 Displacement disp = disp_at(&l);
1307 Displacement disp = disp_at(L);
1309 if (disp.type() == Displacement::CODE_RELATIVE) {
1313 if (disp.type() == Displacement::UNCONDITIONAL_JUMP) {
1361 emit_disp(L, Displacement::OTHER);
1432 emit_disp(L, Displacement::UNCONDITIONAL_JUMP);
1491 emit_disp(L, Displacement::OTHER);