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

/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c373 static const uint8_t tcg_cond_to_jcc[10] = { variable
860 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
869 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
959 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest);
968 tcg_out_modrm(s, OPC_SETCC | tcg_cond_to_jcc[cond], 0, dest);

Completed in 394 milliseconds