Searched refs:beq_op (Results 1 – 3 of 3) sorted by relevance
311 beq_op, bne_op, pop06_op, pop07_op, // 0x04 - 0x07 enumerator
433 beq_op, bne_op, blez_op, bgtz_op, enumerator
1806 *mPC++ = (beq_op<<OP_SHF) | (0<<RT_SHF) in B()1815 *mPC++ = (beq_op<<OP_SHF) | (Rt<<RT_SHF) | (Rs<<RS_SHF) | 0; in BEQ()