Searched refs:tcg_out_opc (Results 1 – 2 of 2) sorted by relevance
/external/qemu/tcg/x86_64/ |
D | tcg-target.c | 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() [all …]
|
/external/qemu/tcg/i386/ |
D | tcg-target.c | 351 static void tcg_out_opc(TCGContext *s, int opc, int r, int rm, int x) in tcg_out_opc() function 388 static void tcg_out_opc(TCGContext *s, int opc) in tcg_out_opc() function 401 #define tcg_out_opc(s, opc, r, rm, x) (tcg_out_opc)(s, opc) macro 406 tcg_out_opc(s, opc, r, rm, 0); in tcg_out_modrm() 428 tcg_out_opc(s, opc, r, 0, 0); in tcg_out_modrm_sib_offset() 438 tcg_out_opc(s, opc, r, 0, 0); in tcg_out_modrm_sib_offset() 449 tcg_out_opc(s, opc, r, 0, 0); in tcg_out_modrm_sib_offset() 472 tcg_out_opc(s, opc, r, rm, 0); in tcg_out_modrm_sib_offset() 486 tcg_out_opc(s, opc, r, rm, index); in tcg_out_modrm_sib_offset() 530 tcg_out_opc(s, OPC_MOVL_Iv + LOWREGMASK(ret), 0, ret, 0); in tcg_out_movi() [all …]
|