Home | History | Annotate | Download | only in X86

Lines Matching refs:Disp

93                            intptr_t Disp = 0, intptr_t PCAdj = 0,
96 void emitConstPoolAddress(unsigned CPI, unsigned Reloc, intptr_t Disp = 0,
272 intptr_t Disp /* = 0 */,
275 intptr_t RelocCST = Disp;
289 MCE.emitDWordLE(Disp);
291 MCE.emitWordLE((int32_t)Disp);
321 intptr_t Disp /* = 0 */,
332 MCE.emitDWordLE(Disp);
334 MCE.emitWordLE((int32_t)Disp);
565 ForceDisp8 = true; // Make sure to force 8 bit disp if Base=EBP