HomeSort by relevance Sort by last modified time
    Searched refs:tcg_cond_to_jcc (Results 1 - 2 of 2) sorted by null

  /external/qemu/tcg/i386/
tcg-target.c 337 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);
    [all...]
  /external/qemu/tcg/x86_64/
tcg-target.c 225 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);
    [all...]

Completed in 20 milliseconds