OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opORR
(Results
1 - 4
of
4
) sorted by null
/system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h
118
opTST, opTEQ, opCMP, opCMN,
opORR
, opMOV, opBIC, opMVN,
254
dataProcessing(
opORR
, cc, s, Rd, Rn, Op2);
Arm64Assembler.cpp
349
opcode !=
opORR
&& opcode != opMVN)
399
case
opORR
: *mPC++ = A64_ORR_W(Rd, Rn, Rm, shift, amount); break;
417
if(opcode == opADD || opcode == opAND || opcode ==
opORR
||opcode == opSUB)
432
dataProcessingCommon(
opORR
, 0, Wd, mZeroReg, Op2);
[
all
...]
MIPS64Assembler.cpp
461
case
opORR
:
[
all
...]
MIPSAssembler.cpp
462
case
opORR
:
[
all
...]
Completed in 137 milliseconds