Home
last modified time | relevance | path

Searched refs:opCMP (Results 1 – 4 of 4) sorted by relevance

/system/core/libpixelflinger/codeflinger/
DARMAssemblerInterface.h118 opTST, opTEQ, opCMP, opCMN, opORR, opMOV, opBIC, opMVN, enumerator
282 dataProcessing(opCMP, cc, 1, 0, Rn, Op2); in CMP()
DMIPS64Assembler.cpp539 case opCMP: in dataProcessing()
580 if (s && opcode != opCMP) { in dataProcessing()
DMIPSAssembler.cpp552 case opCMP: in dataProcessing()
593 if (s && opcode != opCMP) { in dataProcessing()
DArm64Assembler.cpp421 else if(opcode == opCMP) in dataProcessing()