Lines Matching refs:Displacement
66 // Implementation of Displacement
68 void Displacement::init(Label* L, Type type) {
1212 // Displacement of the last instruction using the label.
1224 Displacement disp = disp_at(&l);
1240 Displacement disp = disp_at(L);
1242 if (disp.type() == Displacement::CODE_RELATIVE) {
1246 if (disp.type() == Displacement::UNCONDITIONAL_JUMP) {
1294 emit_disp(L, Displacement::OTHER);
1365 emit_disp(L, Displacement::UNCONDITIONAL_JUMP);
1424 emit_disp(L, Displacement::OTHER);