Lines Matching refs:tcg_out_opc
238 static void tcg_out_opc(TCGContext *s, int opc, int r, int rm, int x) in tcg_out_opc() function
266 tcg_out_opc(s, opc, r, rm, 0); in tcg_out_modrm()
276 tcg_out_opc(s, opc, r, 0, 0); in tcg_out_modrm_offset()
290 tcg_out_opc(s, opc, r, rm, 0); in tcg_out_modrm_offset()
298 tcg_out_opc(s, opc, r, rm, 0); in tcg_out_modrm_offset()
307 tcg_out_opc(s, opc, r, rm, 0); in tcg_out_modrm_offset()
337 tcg_out_opc(s, opc, r, rm, 0); in tcg_out_modrm_offset2()
345 tcg_out_opc(s, opc, r, rm, index); in tcg_out_modrm_offset2()
368 tcg_out_opc(s, 0xb8 + (ret & 7), 0, ret, 0); in tcg_out_movi()
374 tcg_out_opc(s, (0xb8 + (ret & 7)) | P_REXW, 0, ret, 0); in tcg_out_movi()
664 tcg_out_opc(s, (0xb8 + (r0 & 7)) | P_REXW, 0, r0, 0); in tcg_out_qemu_ld()
717 tcg_out_opc(s, (0xc8 + (data_reg & 7)) | P_EXT, 0, data_reg, 0); in tcg_out_qemu_ld()
725 tcg_out_opc(s, (0xc8 + (data_reg & 7)) | P_EXT, 0, data_reg, 0); in tcg_out_qemu_ld()
738 tcg_out_opc(s, (0xc8 + (data_reg & 7)) | P_EXT | P_REXW, 0, data_reg, 0); in tcg_out_qemu_ld()
846 tcg_out_opc(s, (0xb8 + (r0 & 7)) | P_REXW, 0, r0, 0); in tcg_out_qemu_st()
880 tcg_out_opc(s, (0xc8 + r1) | P_EXT, 0, r1, 0); in tcg_out_qemu_st()
890 tcg_out_opc(s, (0xc8 + r1) | P_EXT | P_REXW, 0, r1, 0); in tcg_out_qemu_st()
1173 tcg_out_opc(s, (0xc8 + (args[0] & 7)) | P_EXT, 0, args[0], 0); in tcg_out_op()
1176 tcg_out_opc(s, (0xc8 + (args[0] & 7)) | P_EXT | P_REXW, 0, args[0], 0); in tcg_out_op()
1281 tcg_out_opc(s, (0x50 + (reg & 7)), 0, reg, 0); in tcg_out_push()
1286 tcg_out_opc(s, (0x58 + (reg & 7)), 0, reg, 0); in tcg_out_pop()