Home
last modified time | relevance | path

Searched refs:tcg_cond_to_jcc (Results 1 – 25 of 37) sorted by relevance

12

/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/tcg/i386/
H A Dtcg-target.c418 static const uint8_t tcg_cond_to_jcc[] = { variable
954 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, smallflag); in tcg_out_brcond32()
963 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, smallflag); in tcg_out_brcond64()
1053 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest); in tcg_out_setcond32()
1062 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest); in tcg_out_setcond64()
1115 tcg_out_modrm(s, OPC_CMOVCC | tcg_cond_to_jcc[cond], dest, v1); in tcg_out_movcond32()
1118 tcg_out_jxx(s, tcg_cond_to_jcc[tcg_invert_cond(cond)], over, 1); in tcg_out_movcond32()
1130 tcg_out_modrm(s, OPC_CMOVCC | tcg_cond_to_jcc[cond] | P_REXW, dest, v1); in tcg_out_movcond64()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/tcg/i386/
H A Dtcg-target.c418 static const uint8_t tcg_cond_to_jcc[] = { variable
954 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, smallflag); in tcg_out_brcond32()
963 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, smallflag); in tcg_out_brcond64()
1053 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest); in tcg_out_setcond32()
1062 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest); in tcg_out_setcond64()
1115 tcg_out_modrm(s, OPC_CMOVCC | tcg_cond_to_jcc[cond], dest, v1); in tcg_out_movcond32()
1118 tcg_out_jxx(s, tcg_cond_to_jcc[tcg_invert_cond(cond)], over, 1); in tcg_out_movcond32()
1130 tcg_out_modrm(s, OPC_CMOVCC | tcg_cond_to_jcc[cond] | P_REXW, dest, v1); in tcg_out_movcond64()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tcg/i386/
H A Dtcg-target.inc.c504 static const uint8_t tcg_cond_to_jcc[] = { variable
1281 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label, small); in tcg_out_brcond32()
1290 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label, small); in tcg_out_brcond64()
1381 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest); in tcg_out_setcond32()
1390 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest); in tcg_out_setcond64()
1441 tcg_out_modrm(s, OPC_CMOVCC | tcg_cond_to_jcc[cond] | rexw, dest, v1); in tcg_out_cmov()
1444 tcg_out_jxx(s, tcg_cond_to_jcc[tcg_invert_cond(cond)], over, 1); in tcg_out_cmov()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tcg/i386/
H A Dtcg-target.inc.c545 static const uint8_t tcg_cond_to_jcc[] = { variable
1374 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label, small); in tcg_out_brcond32()
1383 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label, small); in tcg_out_brcond64()
1474 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest); in tcg_out_setcond32()
1483 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest); in tcg_out_setcond64()
1534 tcg_out_modrm(s, OPC_CMOVCC | tcg_cond_to_jcc[cond] | rexw, dest, v1); in tcg_out_cmov()
1537 tcg_out_jxx(s, tcg_cond_to_jcc[tcg_invert_cond(cond)], over, 1); in tcg_out_cmov()
/dports/emulators/qemu-utils/qemu-4.2.1/tcg/i386/
H A Dtcg-target.inc.c545 static const uint8_t tcg_cond_to_jcc[] = { variable
1374 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label, small); in tcg_out_brcond32()
1383 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label, small); in tcg_out_brcond64()
1474 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest); in tcg_out_setcond32()
1483 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest); in tcg_out_setcond64()
1534 tcg_out_modrm(s, OPC_CMOVCC | tcg_cond_to_jcc[cond] | rexw, dest, v1); in tcg_out_cmov()
1537 tcg_out_jxx(s, tcg_cond_to_jcc[tcg_invert_cond(cond)], over, 1); in tcg_out_cmov()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tcg/i386/
H A Dtcg-target.inc.c545 static const uint8_t tcg_cond_to_jcc[] = { variable
1374 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label, small); in tcg_out_brcond32()
1383 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label, small); in tcg_out_brcond64()
1474 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest); in tcg_out_setcond32()
1483 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest); in tcg_out_setcond64()
1534 tcg_out_modrm(s, OPC_CMOVCC | tcg_cond_to_jcc[cond] | rexw, dest, v1); in tcg_out_cmov()
1537 tcg_out_jxx(s, tcg_cond_to_jcc[tcg_invert_cond(cond)], over, 1); in tcg_out_cmov()
/dports/emulators/qemu42/qemu-4.2.1/tcg/i386/
H A Dtcg-target.inc.c545 static const uint8_t tcg_cond_to_jcc[] = { variable
1374 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label, small); in tcg_out_brcond32()
1383 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label, small); in tcg_out_brcond64()
1474 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest); in tcg_out_setcond32()
1483 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest); in tcg_out_setcond64()
1534 tcg_out_modrm(s, OPC_CMOVCC | tcg_cond_to_jcc[cond] | rexw, dest, v1); in tcg_out_cmov()
1537 tcg_out_jxx(s, tcg_cond_to_jcc[tcg_invert_cond(cond)], over, 1); in tcg_out_cmov()
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/tcg/i386/
H A Dtcg-target.c187 static const uint8_t tcg_cond_to_jcc[10] = { variable
358 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index); in tcg_out_brcond()
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/qemu-git/tcg/x86_64/
H A Dtcg-target.c225 static const uint8_t tcg_cond_to_jcc[10] = { variable
519 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index); in tcg_out_brcond()
/dports/emulators/qemu5/qemu-5.2.0/tcg/i386/
H A Dtcg-target.c.inc534 static const uint8_t tcg_cond_to_jcc[] = {
1363 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label, small);
1372 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label, small);
1463 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest);
1472 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest);
1523 tcg_out_modrm(s, OPC_CMOVCC | tcg_cond_to_jcc[cond] | rexw, dest, v1);
1526 tcg_out_jxx(s, tcg_cond_to_jcc[tcg_invert_cond(cond)], over, 1);
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tcg/i386/
H A Dtcg-target.c.inc479 static const uint8_t tcg_cond_to_jcc[] = {
1333 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label, small);
1342 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label, small);
1433 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest);
1442 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest);
1493 tcg_out_modrm(s, OPC_CMOVCC | tcg_cond_to_jcc[cond] | rexw, dest, v1);
1496 tcg_out_jxx(s, tcg_cond_to_jcc[tcg_invert_cond(cond)], over, 1);
/dports/emulators/qemu/qemu-6.2.0/tcg/i386/
H A Dtcg-target.c.inc479 static const uint8_t tcg_cond_to_jcc[] = {
1333 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label, small);
1342 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label, small);
1433 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest);
1442 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest);
1493 tcg_out_modrm(s, OPC_CMOVCC | tcg_cond_to_jcc[cond] | rexw, dest, v1);
1496 tcg_out_jxx(s, tcg_cond_to_jcc[tcg_invert_cond(cond)], over, 1);
/dports/emulators/qemu60/qemu-6.0.0/tcg/i386/
H A Dtcg-target.c.inc480 static const uint8_t tcg_cond_to_jcc[] = {
1334 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label, small);
1343 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label, small);
1434 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest);
1443 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest);
1494 tcg_out_modrm(s, OPC_CMOVCC | tcg_cond_to_jcc[cond] | rexw, dest, v1);
1497 tcg_out_jxx(s, tcg_cond_to_jcc[tcg_invert_cond(cond)], over, 1);
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/
H A Daarch64eb.h2676 #define tcg_cond_to_jcc tcg_cond_to_jcc_aarch64eb macro
H A Darm.h2676 #define tcg_cond_to_jcc tcg_cond_to_jcc_arm macro
H A Dx86_64.h2676 #define tcg_cond_to_jcc tcg_cond_to_jcc_x86_64 macro
H A Daarch64.h2676 #define tcg_cond_to_jcc tcg_cond_to_jcc_aarch64 macro
H A Darmeb.h2676 #define tcg_cond_to_jcc tcg_cond_to_jcc_armeb macro
H A Dm68k.h2676 #define tcg_cond_to_jcc tcg_cond_to_jcc_m68k macro
/dports/emulators/unicorn/unicorn-1.0.2/qemu/
H A Dm68k.h2676 #define tcg_cond_to_jcc tcg_cond_to_jcc_m68k macro
H A Dx86_64.h2676 #define tcg_cond_to_jcc tcg_cond_to_jcc_x86_64 macro
H A Darmeb.h2676 #define tcg_cond_to_jcc tcg_cond_to_jcc_armeb macro
H A Daarch64.h2676 #define tcg_cond_to_jcc tcg_cond_to_jcc_aarch64 macro
H A Daarch64eb.h2676 #define tcg_cond_to_jcc tcg_cond_to_jcc_aarch64eb macro
H A Darm.h2676 #define tcg_cond_to_jcc tcg_cond_to_jcc_arm macro

12