Searched refs:bcond (Results 1 – 4 of 4) sorted by relevance
/external/qemu/target-mips/ |
D | translate.c | 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() [all …]
|
D | machine.c | 86 i = env->bcond; in cpu_save() 238 env->bcond = i; in cpu_load()
|
D | cpu.h | 457 target_ulong bcond; /* Branch condition (if needed) */ member
|
/external/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.td | 1435 // bcond-seteq 1454 // bcond-setgt (do we need to have this pair of setlt, setgt??) 1462 // bcond-setge 1477 // bcond-setlt 1490 // bcond-setle 1498 // bcond-setne 1526 // bcond-setugt 1534 // bcond-setuge 1543 // bcond-setult
|