Lines Matching refs:tcg_out8

128     tcg_out8(s, 0xf7); tcg_out8(s, 0xc4);   /* test %esp, 1fh */
130 tcg_out8(s, 0x74); /* jz imm8 */
131 tcg_out8(s, 1); /* $+3 (over int3) */
132 tcg_out8(s, 0xcc); /* int3 */
418 tcg_out8(s, 0x66);
421 tcg_out8(s, 0x67);
439 tcg_out8(s, (uint8_t)(rex | 0x40));
443 tcg_out8(s, 0x0f);
445 tcg_out8(s, opc);
451 tcg_out8(s, 0x66);
454 tcg_out8(s, 0x0f);
456 tcg_out8(s, opc);
467 tcg_out8(s, 0xc0 | (LOWREGMASK(r) << 3) | LOWREGMASK(rm));
494 tcg_out8(s, (LOWREGMASK(r) << 3) | 5);
507 tcg_out8(s, (LOWREGMASK(r) << 3) | 4);
508 tcg_out8(s, (4 << 3) | 5);
518 tcg_out8(s, (r << 3) | 5);
541 tcg_out8(s, mod | (LOWREGMASK(r) << 3) | LOWREGMASK(rm));
555 tcg_out8(s, mod | (LOWREGMASK(r) << 3) | 4);
556 tcg_out8(s, (shift << 6) | (LOWREGMASK(index) << 3) | LOWREGMASK(rm));
560 tcg_out8(s, offset);
614 tcg_out8(s, val);
657 tcg_out8(s, count);
734 tcg_out8(s, (is_inc ? OPC_INC_r32 : OPC_DEC_r32) + r0);
762 tcg_out8(s, val);
804 tcg_out8(s, OPC_JMP_short);
806 tcg_out8(s, OPC_JCC_short + opc);
808 tcg_out8(s, val1);
814 tcg_out8(s, OPC_JMP_long);
823 tcg_out8(s, OPC_JMP_short);
825 tcg_out8(s, OPC_JCC_short + opc);
831 tcg_out8(s, OPC_JMP_long);
1125 tcg_out8(s, OPC_JCC_short + JCC_JNE);
1134 tcg_out8(s, OPC_JCC_short + JCC_JNE);
1251 tcg_out8(s, 0xe8); /* call disp32 */
1266 tcg_out8(s, 0x6a); tcg_out8(s, 0x00); /* push $0 */
1296 tcg_out8(s, 0x6a); tcg_out8(s, 0x00); /* push $0 */
1352 tcg_out8(s, OPC_JMP_short);
1535 tcg_out8(s, OPC_JMP_short);
1677 tcg_out8(s, OPC_JMP_long); /* jmp im */
1790 tcg_out8(s, val);
2161 tcg_out8(s, 0x31); /* xor ebp, ebp */
2162 tcg_out8(s, 0xed);