Searched refs:TCG_COND_NE (Results 1 – 9 of 9) sorted by relevance
/external/qemu/target-mips/ |
D | translate.c | 710 OP_COND(ne, TCG_COND_NE); 960 tcg_gen_brcond_tl(TCG_COND_NE, arg2, t0, l2); \ 1757 tcg_gen_brcondi_tl(TCG_COND_NE, cpu_gpr[rt], 0, l1); in gen_cond_move() 2042 tcg_gen_brcondi_tl(TCG_COND_NE, t0, INT_MIN, l2); in gen_muldiv() 2043 tcg_gen_brcondi_tl(TCG_COND_NE, t1, -1, l2); in gen_muldiv() 2117 tcg_gen_brcondi_tl(TCG_COND_NE, t0, -1LL << 63, l2); in gen_muldiv() 2118 tcg_gen_brcondi_tl(TCG_COND_NE, t1, -1LL, l2); in gen_muldiv() 2425 tcg_gen_brcond_tl(TCG_COND_NE, t0, t1, l1); in gen_trap() 5897 cond = TCG_COND_NE; in gen_movci() 5921 cond = TCG_COND_NE; in gen_movcf_s() [all …]
|
/external/qemu/tcg/ |
D | optimize.c | 345 case TCG_COND_NE: in do_constant_folding_cond_32() 373 case TCG_COND_NE: in do_constant_folding_cond_64() 403 case TCG_COND_NE: in do_constant_folding_cond_eq()
|
D | tcg.h | 366 TCG_COND_NE = 8 | 0 | 0 | 1, enumerator
|
D | README | 156 TCG_COND_NE
|
D | tcg-op.h | 2330 tcg_gen_movcond_i32(TCG_COND_NE, TCGV_LOW(ret), t0, t1, in tcg_gen_movcond_i64() 2332 tcg_gen_movcond_i32(TCG_COND_NE, TCGV_HIGH(ret), t0, t1, in tcg_gen_movcond_i64()
|
D | tcg.c | 1065 [TCG_COND_NE] = "ne",
|
/external/qemu/tcg/i386/ |
D | tcg-target.c | 361 [TCG_COND_NE] = JCC_JNE, 848 tcg_out_brcond32(s, TCG_COND_NE, args[0], args[2], const_args[2], in tcg_out_brcond2() 853 case TCG_COND_NE: in tcg_out_brcond2() 854 tcg_out_brcond32(s, TCG_COND_NE, args[0], args[2], const_args[2], in tcg_out_brcond2() 856 tcg_out_brcond32(s, TCG_COND_NE, args[1], args[3], const_args[3], in tcg_out_brcond2()
|
/external/qemu/target-arm/ |
D | translate.c | 614 tcg_gen_brcondi_i32(TCG_COND_NE, tmp, 0, label); in gen_test_cc() 618 tcg_gen_brcondi_i32(TCG_COND_NE, tmp, 0, label); in gen_test_cc() 646 tcg_gen_brcondi_i32(TCG_COND_NE, tmp, 0, label); in gen_test_cc() 6519 tcg_gen_brcond_i32(TCG_COND_NE, addr, cpu_exclusive_addr, fail_label); in gen_store_exclusive() 6534 tcg_gen_brcond_i32(TCG_COND_NE, tmp, cpu_exclusive_val, fail_label); in gen_store_exclusive() 6541 tcg_gen_brcond_i32(TCG_COND_NE, tmp, cpu_exclusive_high, fail_label); in gen_store_exclusive() 9523 tcg_gen_brcondi_i32(TCG_COND_NE, tmp, 0, s->condlabel); in disas_thumb_insn()
|
/external/qemu/target-i386/ |
D | translate.c | 788 tcg_gen_brcondi_tl(TCG_COND_NE, cpu_tmp0, 0, label1); in gen_op_jnz_ecx() 992 tcg_gen_setcondi_tl(inv ? TCG_COND_EQ : TCG_COND_NE, in gen_compute_eflags_c() 1074 tcg_gen_setcondi_tl(inv ? TCG_COND_NE : TCG_COND_EQ, reg, t0, 0); in gen_compute_eflags_z() 1097 tcg_gen_setcondi_tl(inv ? TCG_COND_EQ : TCG_COND_NE, reg, reg, 0); in gen_setcc_slow() 1202 tcg_gen_brcondi_tl(inv ? TCG_COND_NE : TCG_COND_EQ, t0, 0, l1); in gen_jcc1() 1293 tcg_gen_brcondi_tl(inv ? TCG_COND_EQ : TCG_COND_NE, in gen_jcc1()
|