Home | History | Annotate | Download | only in i386

Lines Matching refs:tcg_out8

358         tcg_out8(s, 0x66);
361 tcg_out8(s, 0x67);
379 tcg_out8(s, (uint8_t)(rex | 0x40));
383 tcg_out8(s, 0x0f);
385 tcg_out8(s, opc);
391 tcg_out8(s, 0x66);
394 tcg_out8(s, 0x0f);
396 tcg_out8(s, opc);
407 tcg_out8(s, 0xc0 | (LOWREGMASK(r) << 3) | LOWREGMASK(rm));
429 tcg_out8(s, (LOWREGMASK(r) << 3) | 5);
439 tcg_out8(s, (LOWREGMASK(r) << 3) | 4);
440 tcg_out8(s, (4 << 3) | 5);
450 tcg_out8(s, (r << 3) | 5);
473 tcg_out8(s, mod | (LOWREGMASK(r) << 3) | LOWREGMASK(rm));
487 tcg_out8(s, mod | (LOWREGMASK(r) << 3) | 4);
488 tcg_out8(s, (shift << 6) | (LOWREGMASK(index) << 3) | LOWREGMASK(rm));
492 tcg_out8(s, offset);
546 tcg_out8(s, val);
589 tcg_out8(s, count);
666 tcg_out8(s, (is_inc ? OPC_INC_r32 : OPC_DEC_r32) + r0);
694 tcg_out8(s, val);
726 tcg_out8(s, OPC_JMP_short);
728 tcg_out8(s, OPC_JCC_short + opc);
730 tcg_out8(s, val1);
736 tcg_out8(s, OPC_JMP_long);
745 tcg_out8(s, OPC_JMP_short);
747 tcg_out8(s, OPC_JCC_short + opc);
753 tcg_out8(s, OPC_JMP_long);
1038 tcg_out8(s, OPC_JCC_short + JCC_JNE);
1047 tcg_out8(s, OPC_JCC_short + JCC_JNE);
1169 tcg_out8(s, OPC_JMP_short);
1344 tcg_out8(s, OPC_JMP_short);
1455 tcg_out8(s, OPC_JMP_long); /* jmp im */
1568 tcg_out8(s, val);