Lines Matching full:displacement
150 // Implementation of Displacement
152 void Displacement::init(Label* L, Type type) {
1326 // Displacement of the last instruction using the label.
1338 Displacement disp = disp_at(&l);
1354 Displacement disp = disp_at(L);
1356 if (disp.type() == Displacement::CODE_RELATIVE) {
1360 if (disp.type() == Displacement::UNCONDITIONAL_JUMP) {
1408 emit_disp(L, Displacement::OTHER);
1474 emit_disp(L, Displacement::UNCONDITIONAL_JUMP);
1529 emit_disp(L, Displacement::OTHER);