Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DMIPS64Assembler.h311 beq_op, bne_op, pop06_op, pop07_op, // 0x04 - 0x07 enumerator
DMIPSAssembler.h433 beq_op, bne_op, blez_op, bgtz_op, enumerator
DMIPSAssembler.cpp1806 *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()