Lines Matching refs:Displacement
401 // A Displacement describes the 32bit immediate field of an instruction which
405 // A Displacement contains 2 different fields:
407 // next field: position of next displacement in the chain (0 = end of list)
411 // be no displacement at position zero, because there is always at least one
412 // instruction byte before the displacement).
414 // Displacement _data field layout
419 class Displacement BASE_EMBEDDED {
431 explicit Displacement(int data) { data_ = data; }
433 Displacement(Label* L, Type type) { init(L, type); }
1516 inline Displacement disp_at(Label* L);
1517 inline void disp_at_put(Label* L, Displacement disp);
1518 inline void emit_disp(Label* L, Displacement::Type type);