Home | History | Annotate | Download | only in x86_64

Lines Matching defs:mod

324     int mod;
328 mod = 0;
330 mod = 0x40;
332 mod = 0x80;
339 tcg_out8(s, mod | ((r & 7) << 3) | 0x04);
342 tcg_out8(s, mod | ((r & 7) << 3) | (rm & 7));
346 tcg_out8(s, mod | ((r & 7) << 3) | 0x04);
349 if (mod == 0x40) {
351 } else if (mod == 0x80) {