Home | History | Annotate | Download | only in X86

Lines Matching refs:Disp

88                            intptr_t Disp = 0, intptr_t PCAdj = 0,
91 void emitConstPoolAddress(unsigned CPI, unsigned Reloc, intptr_t Disp = 0,
275 intptr_t Disp /* = 0 */,
278 intptr_t RelocCST = Disp;
292 MCE.emitDWordLE(Disp);
294 MCE.emitWordLE((int32_t)Disp);
324 intptr_t Disp /* = 0 */,
335 MCE.emitDWordLE(Disp);
337 MCE.emitWordLE((int32_t)Disp);
568 ForceDisp8 = true; // Make sure to force 8 bit disp if Base=EBP