Lines Matching full:displacement
182 // Implementation of Displacement
184 void Displacement::init(Label* L, Type type) {
1342 // Displacement of the last instruction using the label.
1354 Displacement disp = disp_at(&l);
1370 Displacement disp = disp_at(L);
1372 if (disp.type() == Displacement::CODE_RELATIVE) {
1376 if (disp.type() == Displacement::UNCONDITIONAL_JUMP) {
1424 emit_disp(L, Displacement::OTHER);
1494 emit_disp(L, Displacement::UNCONDITIONAL_JUMP);
1553 emit_disp(L, Displacement::OTHER);