Searched refs:tcg_cond_to_jcc (Results 1 - 2 of 2) sorted by relevance

/external/qemu/tcg/i386/
H A Dtcg-target.c337 static const uint8_t tcg_cond_to_jcc[10] = { variable
782 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
791 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
881 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest);
890 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest);
/external/qemu/tcg/x86_64/
H A Dtcg-target.c225 static const uint8_t tcg_cond_to_jcc[10] = { variable
526 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index);
534 tcg_out_modrm(s, 0x90 | tcg_cond_to_jcc[cond] | P_EXT | P_REXB_RM, 0, dest);

Completed in 96 milliseconds