Home
last modified time | relevance | path

Searched refs:bne_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.cpp1822 *mPC++ = (bne_op<<OP_SHF) | (Rt<<RT_SHF) | (Rs<<RS_SHF) | 0; in BNE()