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

/external/qemu/target-mips/
H A Dtranslate.c431 static TCGv cpu_dspctrl, btarget, bcond; variable
2616 gen_op_eq(bcond, t0, t1);
2621 gen_op_eq(bcond, t0, t1);
2626 gen_op_ne(bcond, t0, t1);
2631 gen_op_ne(bcond, t0, t1);
2636 gen_op_gez(bcond, t0);
2640 gen_op_gez(bcond, t0);
2644 gen_op_gez(bcond, t0);
2649 gen_op_gez(bcond, t0);
2654 gen_op_gtz(bcond, t
[all...]
H A Dmachine.c86 i = env->bcond;
238 env->bcond = i;
H A Dcpu.h457 target_ulong bcond; /* Branch condition (if needed) */ member in struct:CPUMIPSState

Completed in 121 milliseconds