Home | History | Annotate | Download | only in ia32

Lines Matching refs:Displacement

408 // A Displacement describes the 32bit immediate field of an instruction which
412 // A Displacement contains 2 different fields:
414 // next field: position of next displacement in the chain (0 = end of list)
418 // be no displacement at position zero, because there is always at least one
419 // instruction byte before the displacement).
421 // Displacement _data field layout
426 class Displacement BASE_EMBEDDED {
442 explicit Displacement(int data) { data_ = data; }
444 Displacement(Label* L, Type type) { init(L, type); }
1147 inline Displacement disp_at(Label* L);
1148 inline void disp_at_put(Label* L, Displacement disp);
1149 inline void emit_disp(Label* L, Displacement::Type type);