Searched refs:tcg_cond_to_bcond (Results 1 – 1 of 1) sorted by relevance
/external/qemu/tcg/sparc/ |
D | tcg-target.c | 505 static const uint8_t tcg_cond_to_bcond[10] = { variable 528 tcg_out_branch_i32(s, tcg_cond_to_bcond[cond], label_index); in tcg_out_brcond_i32() 538 tcg_out_branch_i64(s, tcg_cond_to_bcond[cond], label_index); in tcg_out_brcond_i64() 554 cc = INSN_COND(tcg_cond_to_bcond[TCG_COND_NE], 0); in tcg_out_brcond2_i32() 557 cc = INSN_COND(tcg_cond_to_bcond[TCG_COND_EQ], 0); in tcg_out_brcond2_i32() 562 cc = INSN_COND(tcg_cond_to_bcond[TCG_COND_NE], 0); in tcg_out_brcond2_i32() 574 cc = INSN_COND(tcg_cond_to_bcond[cond], 0); in tcg_out_brcond2_i32() 577 cc = INSN_COND(tcg_cond_to_bcond[TCG_COND_NE], 0); in tcg_out_brcond2_i32() 580 cc = INSN_COND(tcg_cond_to_bcond[tcg_unsigned_cond(cond)], 0); in tcg_out_brcond2_i32() 625 | INSN_RS1(tcg_cond_to_bcond[cond]) in tcg_out_setcond_i32() [all …]
|