/external/llvm/lib/Target/ARM/ |
ARMOptimizeBarriersPass.cpp | 64 if (MI.getOpcode() == ARM::DMB) {
|
/external/llvm/lib/Target/R600/ |
SILowerI1Copies.cpp | 87 if (MI.getOpcode() == AMDGPU::V_MOV_I1) { 93 if (MI.getOpcode() == AMDGPU::V_AND_I1) { 99 if (MI.getOpcode() == AMDGPU::V_OR_I1) { 105 if (MI.getOpcode() != AMDGPU::COPY ||
|
/external/llvm/lib/Target/XCore/ |
XCoreFrameToArgsOffsetElim.cpp | 53 if (MBBI->getOpcode() == XCore::FRAME_TO_ARGS_OFFSET) {
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDGPUInstrInfo.cpp | 88 switch (iter->getOpcode()) { 106 if (tmp->getOpcode() == AMDGPU::ENDLOOP 107 || tmp->getOpcode() == AMDGPU::ENDIF 108 || tmp->getOpcode() == AMDGPU::ELSE) {
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
SourceInterpreter.java | 56 switch (insn.getOpcode()) {
83 switch (insn.getOpcode()) {
109 switch (insn.getOpcode()) {
147 if (insn.getOpcode() == MULTIANEWARRAY) {
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/ |
BuilderInstruction.java | 52 @Nonnull public Opcode getOpcode() {
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
ImmutableInstruction10t.java | 57 instruction.getOpcode(),
|
ImmutableInstruction11n.java | 60 instruction.getOpcode(),
|
ImmutableInstruction11x.java | 57 instruction.getOpcode(),
|
ImmutableInstruction12x.java | 60 instruction.getOpcode(),
|
ImmutableInstruction20t.java | 57 instruction.getOpcode(),
|
ImmutableInstruction21lh.java | 60 instruction.getOpcode(),
|
ImmutableInstruction21s.java | 60 instruction.getOpcode(),
|
ImmutableInstruction21t.java | 60 instruction.getOpcode(),
|
ImmutableInstruction22x.java | 60 instruction.getOpcode(),
|
ImmutableInstruction30t.java | 56 instruction.getOpcode(),
|
ImmutableInstruction31i.java | 60 instruction.getOpcode(),
|
ImmutableInstruction31t.java | 60 instruction.getOpcode(),
|
ImmutableInstruction32x.java | 60 instruction.getOpcode(),
|
ImmutableInstruction51l.java | 60 instruction.getOpcode(),
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/ |
FixGotoTest.java | 36 Assert.assertEquals(Opcode.GOTO_16, instructions.get(0).getOpcode()); 59 Assert.assertEquals(Opcode.GOTO_32, instructions.get(0).getOpcode()); 82 Assert.assertEquals(Opcode.GOTO_32, instructions.get(0).getOpcode()); 118 Assert.assertEquals(Opcode.GOTO_32, instructions.get(0).getOpcode());
|
/dalvik/dx/src/com/android/dx/rop/code/ |
DexTranslationAdvice.java | 67 opcode.getOpcode() == RegOps.SUB) { 77 switch (opcode.getOpcode()) {
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
UndefResultChecker.cpp | 78 << BinaryOperator::getOpcodeStr(B->getOpcode()) 84 << BinaryOperator::getOpcodeStr(B->getOpcode())
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
DexTranslationAdvice.java | 67 opcode.getOpcode() == RegOps.SUB) { 77 switch (opcode.getOpcode()) {
|
/external/llvm/lib/Target/AArch64/ |
AArch64AdvSIMDScalarPass.cpp | 128 if (MI->getOpcode() == AArch64::FMOVDXr || 129 MI->getOpcode() == AArch64::FMOVXDr) 133 if (MI->getOpcode() == AArch64::UMOVvi64 && MI->getOperand(2).getImm() == 0) { 139 if (MI->getOpcode() == AArch64::COPY) { 175 int Opc = MI->getOpcode(); 243 else if (Use->getOpcode() == AArch64::INSERT_SUBREG || 244 Use->getOpcode() == AArch64::INSvi64gpr) 282 int OldOpc = MI->getOpcode();
|