• Home
  • Raw
  • Download

Lines Matching refs:bcond

431 static TCGv cpu_dspctrl, btarget, bcond;  variable
2616 gen_op_eq(bcond, t0, t1); in gen_compute_branch()
2621 gen_op_eq(bcond, t0, t1); in gen_compute_branch()
2626 gen_op_ne(bcond, t0, t1); in gen_compute_branch()
2631 gen_op_ne(bcond, t0, t1); in gen_compute_branch()
2636 gen_op_gez(bcond, t0); in gen_compute_branch()
2640 gen_op_gez(bcond, t0); in gen_compute_branch()
2644 gen_op_gez(bcond, t0); in gen_compute_branch()
2649 gen_op_gez(bcond, t0); in gen_compute_branch()
2654 gen_op_gtz(bcond, t0); in gen_compute_branch()
2658 gen_op_gtz(bcond, t0); in gen_compute_branch()
2662 gen_op_lez(bcond, t0); in gen_compute_branch()
2666 gen_op_lez(bcond, t0); in gen_compute_branch()
2670 gen_op_ltz(bcond, t0); in gen_compute_branch()
2674 gen_op_ltz(bcond, t0); in gen_compute_branch()
2678 gen_op_ltz(bcond, t0); in gen_compute_branch()
2685 gen_op_ltz(bcond, t0); in gen_compute_branch()
5699 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
5706 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
5712 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
5718 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
5732 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
5744 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
5761 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
5777 tcg_gen_extu_i32_tl(bcond, t0); in gen_compute_branch1()
7654 tcg_gen_brcondi_tl(TCG_COND_NE, bcond, 0, l1); in decode_opc()
8262 tcg_gen_brcondi_tl(TCG_COND_NE, bcond, 0, l1); in decode_opc()
8517 env->hflags, env->btarget, env->bcond); in cpu_dump_state()
8568 bcond = tcg_global_mem_new(TCG_AREG0, in mips_tcg_init()
8569 offsetof(CPUMIPSState, bcond), "bcond"); in mips_tcg_init()