Searched refs:opCMP (Results 1 – 3 of 3) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerInterface.h | 118 opTST, opTEQ, opCMP, opCMN, opORR, opMOV, opBIC, opMVN enumerator 281 dataProcessing(opCMP, cc, 1, 0, Rn, Op2); in CMP()
|
D | MIPSAssembler.cpp | 558 case opCMP: in dataProcessing() 599 if (s && opcode != opCMP) { in dataProcessing()
|
D | Arm64Assembler.cpp | 422 else if(opcode == opCMP) in dataProcessing()
|