Searched refs:bcond (Results 1 – 4 of 4) sorted by relevance
/external/qemu/target-mips/ |
D | translate.c | 432 static TCGv cpu_dspctrl, btarget, bcond; variable 2609 gen_op_eq(bcond, t0, t1); in gen_compute_branch() 2614 gen_op_eq(bcond, t0, t1); in gen_compute_branch() 2619 gen_op_ne(bcond, t0, t1); in gen_compute_branch() 2624 gen_op_ne(bcond, t0, t1); in gen_compute_branch() 2629 gen_op_gez(bcond, t0); in gen_compute_branch() 2633 gen_op_gez(bcond, t0); in gen_compute_branch() 2637 gen_op_gez(bcond, t0); in gen_compute_branch() 2642 gen_op_gez(bcond, t0); in gen_compute_branch() 2647 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 | 448 target_ulong bcond; /* Branch condition (if needed) */ member
|
/external/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.td | 1361 // bcond-seteq 1380 // bcond-setgt (do we need to have this pair of setlt, setgt??) 1388 // bcond-setge 1403 // bcond-setlt 1416 // bcond-setle 1424 // bcond-setne 1452 // bcond-setugt 1460 // bcond-setuge 1469 // bcond-setult
|