Home | History | Annotate | Download | only in x86_64

Lines Matching refs:tcg_out8

256         tcg_out8(s, (uint8_t)(rex | 0x40));
259 tcg_out8(s, 0x0f);
261 tcg_out8(s, opc & 0xff);
267 tcg_out8(s, 0xc0 | ((r & 7) << 3) | (rm & 7));
280 tcg_out8(s, 0x05 | ((r & 7) << 3));
283 tcg_out8(s, 0x04 | ((r & 7) << 3));
284 tcg_out8(s, 0x25); /* sib */
292 tcg_out8(s, 0x04 | ((r & 7) << 3));
293 tcg_out8(s, 0x24);
295 tcg_out8(s, 0x00 | ((r & 7) << 3) | (rm & 7));
300 tcg_out8(s, 0x44 | ((r & 7) << 3));
301 tcg_out8(s, 0x24);
303 tcg_out8(s, 0x40 | ((r & 7) << 3) | (rm & 7));
305 tcg_out8(s, offset);
309 tcg_out8(s, 0x84 | ((r & 7) << 3));
310 tcg_out8(s, 0x24);
312 tcg_out8(s, 0x80 | ((r & 7) << 3) | (rm & 7));
339 tcg_out8(s, mod | ((r & 7) << 3) | 0x04);
340 tcg_out8(s, 0x04 | (rm & 7));
342 tcg_out8(s, mod | ((r & 7) << 3) | (rm & 7));
346 tcg_out8(s, mod | ((r & 7) << 3) | 0x04);
347 tcg_out8(s, (shift << 6) | ((index & 7) << 3) | (rm & 7));
350 tcg_out8(s, offset);
386 tcg_out8(s, call ? 0xe8 : 0xe9);
422 tcg_out8(s, val);
451 tcg_out8(s, val);
476 tcg_out8(s, 0xeb);
478 tcg_out8(s, 0x70 + opc);
479 tcg_out8(s, val1);
482 tcg_out8(s, 0xe9);
485 tcg_out8(s, 0x0f);
486 tcg_out8(s, 0x80 + opc);
492 tcg_out8(s, 0xe9);
494 tcg_out8(s, 0x0f);
495 tcg_out8(s, 0x80 + opc);
587 tcg_out8(s, TARGET_PAGE_BITS - CPU_TLB_ENTRY_BITS);
606 tcg_out8(s, 0x70 + JCC_JE);
646 tcg_out8(s, 0xeb);
691 tcg_out8(s, 0x66);
693 tcg_out8(s, 8);
701 tcg_out8(s, 0x66);
703 tcg_out8(s, 8);
782 tcg_out8(s, TARGET_PAGE_BITS - CPU_TLB_ENTRY_BITS);
801 tcg_out8(s, 0x70 + JCC_JE);
828 tcg_out8(s, 0xeb);
867 tcg_out8(s, 0x66); /* rolw $8, %ecx */
869 tcg_out8(s, 8);
873 tcg_out8(s, 0x66);
919 tcg_out8(s, 0xe9); /* jmp im */
1002 tcg_out8(s, 0x66);
1065 tcg_out8(s, val);
1080 tcg_out8(s, val);
1110 tcg_out8(s, args[2]);
1137 tcg_out8(s, args[2]);
1167 tcg_out8(s, 0x66);
1169 tcg_out8(s, 8);
1316 tcg_out8(s, 0xc3); /* ret */