Home
last modified time | relevance | path

Searched refs:bcond (Results 1 – 3 of 3) sorted by relevance

/external/qemu/target-mips/
Dtranslate.c432 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 …]
Dmachine.c87 i = env->bcond; in cpu_save()
240 env->bcond = i; in cpu_load()
Dcpu.h449 target_ulong bcond; /* Branch condition (if needed) */ member