OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOpcode
(Results
251 - 275
of
865
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp
120
OutMI.setOpcode(MI->
getOpcode
());
124
switch (MI->
getOpcode
()) {
ARMFeatures.h
26
switch (Instr->
getOpcode
()) {
/external/llvm/lib/Target/BPF/
BPFInstrInfo.cpp
102
if (I->
getOpcode
() == BPF::JMP) {
159
if (I->
getOpcode
() != BPF::JMP)
/external/llvm/lib/Target/Mips/
MipsSERegisterInfo.cpp
172
unsigned OffsetBitSize = getLoadStoreOffsetSizeInBits(MI.
getOpcode
());
173
unsigned OffsetAlign = getLoadStoreOffsetAlign(MI.
getOpcode
());
/external/llvm/lib/Target/PowerPC/
PPCMIPeephole.cpp
100
switch (MI.
getOpcode
()) {
128
if (DefMI && DefMI->
getOpcode
() == PPC::XXPERMDI) {
/external/llvm/lib/Target/WebAssembly/
WebAssemblyLowerBrUnless.cpp
66
if (MI->
getOpcode
() != WebAssembly::BR_UNLESS)
76
switch (Def->
getOpcode
()) {
WebAssemblyISelDAGToDAG.cpp
87
switch (Node->
getOpcode
()) {
WebAssemblyMCInstLower.cpp
58
OutMI.setOpcode(MI->
getOpcode
());
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction.java
58
switch (instruction.
getOpcode
().format) {
137
@Nonnull public Opcode
getOpcode
() {
ImmutableInstruction35c.java
78
instruction.
getOpcode
(),
ImmutableInstruction35mi.java
75
instruction.
getOpcode
(),
ImmutableInstruction35ms.java
75
instruction.
getOpcode
(),
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
FixOffsetsTest.java
104
Assert.assertEquals(Opcode.GOTO_16, instructions.get(0).
getOpcode
());
107
Assert.assertEquals(Opcode.GOTO_16, instructions.get(501).
getOpcode
());
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliInstruction.java
72
@NotNull public Opcode
getOpcode
() {
176
Opcode opcode =
getOpcode
();
/frameworks/base/services/core/java/com/android/server/hdmi/
SystemAudioAction.java
146
if (cmd.
getOpcode
() == Constants.MESSAGE_FEATURE_ABORT
154
if (cmd.
getOpcode
() != Constants.MESSAGE_SET_SYSTEM_AUDIO_MODE
/external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp
60
if (I->
getOpcode
() == Instruction::LShr && !I->isExact()) {
65
if (I->
getOpcode
() == Instruction::Shl && !I->hasNoUnsignedWrap()) {
310
(BO->
getOpcode
() != Instruction::UDiv &&
311
BO->
getOpcode
() != Instruction::SDiv)) {
318
(BO->
getOpcode
() == Instruction::UDiv ||
319
BO->
getOpcode
() == Instruction::SDiv)) {
331
if (BO->
getOpcode
() == Instruction::UDiv)
423
if (I->
getOpcode
() != Instruction::FMul || !I->hasUnsafeAlgebra())
466
if (!I || (I->
getOpcode
() != Instruction::FMul &&
467
I->
getOpcode
() != Instruction::FDiv)
[
all
...]
/cts/tools/dasm/src/dasm/
DopInfo.java
137
switch (dop.
getOpcode
()) {
166
switch (dop.
getOpcode
()) {
195
switch (dop.
getOpcode
()) {
208
switch (dop.
getOpcode
()) {
/dalvik/dx/src/com/android/dx/io/
CodeReader.java
102
switch (OpcodeInfo.getIndexType(one.
getOpcode
())) {
/external/clang/lib/StaticAnalyzer/Checkers/
DivZeroChecker.cpp
50
BinaryOperator::Opcode Op = B->
getOpcode
();
/external/dexmaker/src/dx/java/com/android/dx/io/
CodeReader.java
102
switch (OpcodeInfo.getIndexType(one.
getOpcode
())) {
/external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaInsn.java
174
abstract public Rop
getOpcode
();
/external/llvm/lib/CodeGen/
TargetInstrInfo.cpp
440
switch (MI->
getOpcode
()) {
462
MF.CreateMachineInstr(TII.get(MI->
getOpcode
()), MI->getDebugLoc(), true);
514
if (MI->
getOpcode
() == TargetOpcode::STACKMAP ||
515
MI->
getOpcode
() == TargetOpcode::PATCHPOINT) {
588
unsigned AssocOpcode = Inst.
getOpcode
();
592
Commuted = MI1->
getOpcode
() != AssocOpcode && MI2->
getOpcode
() == AssocOpcode;
600
return MI1->
getOpcode
() == AssocOpcode &&
722
unsigned Opcode = Root.
getOpcode
();
792
if ((MI->
getOpcode
() == TargetOpcode::STACKMAP |
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64ConditionOptimizer.cpp
144
if (I->
getOpcode
() != AArch64::Bcc)
151
switch (I->
getOpcode
()) {
226
unsigned Opc = CmpMI->
getOpcode
();
304
if (std::get<0>(Info) == ToImm && std::get<1>(Info) == To->
getOpcode
()) {
/external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp
81
switch (MI->
getOpcode
()) {
116
switch (MI->
getOpcode
()) {
232
switch (MI->
getOpcode
()) {
294
switch (MI.
getOpcode
()) {
/external/llvm/lib/Target/Sparc/
SparcMCInstLower.cpp
100
OutMI.setOpcode(MI->
getOpcode
());
Completed in 999 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>