Searched refs:opORR (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DArm64Assembler.cpp350 opcode != opORR && opcode != opMVN)
400 case opORR: *mPC++ = A64_ORR_W(Rd, Rn, Rm, shift, amount); break;
418 if(opcode == opADD || opcode == opAND || opcode == opORR ||opcode == opSUB)
433 dataProcessingCommon(opORR, 0, Wd, mZeroReg, Op2);
H A DARMAssemblerInterface.h118 opTST, opTEQ, opCMP, opCMN, opORR, opMOV, opBIC, opMVN enumerator in enum:android::ARMAssemblerInterface::__anon170
253 dataProcessing(opORR, cc, s, Rd, Rn, Op2);
H A DMIPSAssembler.cpp467 case opORR:

Completed in 179 milliseconds