Searched refs:COPz_BC_TF_MASK (Results 1 – 4 of 4) sorted by relevance
833 i.RType.rt & COPz_BC_TF_MASK ? 't' : 'f', in dbmd_print_insn()877 i.RType.rt & COPz_BC_TF_MASK ? 't' : 'f', in dbmd_print_insn()915 i.RType.rt & COPz_BC_TF_MASK ? 't' : 'f', in dbmd_print_insn()
1204 istf = ft & COPz_BC_TF_MASK; in fpu_movcf()1628 istf = inst.RType.rt & COPz_BC_TF_MASK; in nofpu_emulate_cop1()1850 istf = inst.RType.rt & COPz_BC_TF_MASK; in nofpu_emulate_movci()
957 if ((inst.RType.rt & COPz_BC_TF_MASK) == COPz_BC_TRUE) in MipsEmulateBranch()
316 #define COPz_BC_TF_MASK 0x01 macro