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

/external/qemu/target-mips/
H A Dtranslate.c432 static TCGv cpu_dspctrl, btarget, bcond; variable
2609 gen_op_eq(bcond, t0, t1);
2614 gen_op_eq(bcond, t0, t1);
2619 gen_op_ne(bcond, t0, t1);
2624 gen_op_ne(bcond, t0, t1);
2629 gen_op_gez(bcond, t0);
2633 gen_op_gez(bcond, t0);
2637 gen_op_gez(bcond, t0);
2642 gen_op_gez(bcond, t0);
2647 gen_op_gtz(bcond, t
[all...]
H A Dmachine.c86 i = env->bcond;
238 env->bcond = i;
H A Dcpu.h448 target_ulong bcond; /* Branch condition (if needed) */ member in struct:CPUMIPSState

Completed in 158 milliseconds