/external/llvm/lib/Target/Hexagon/ |
HexagonVLIWPacketizer.cpp | 269 return ((MI->getOpcode() == Hexagon::CALLR) || 270 (MI->getOpcode() == Hexagon::CALLRv3)); 371 return (MI->getOpcode() == Hexagon::JMP); 375 switch (MI->getOpcode()) { 387 return (MI->getOpcode() == Hexagon::LOOP0_i || 388 MI->getOpcode() == Hexagon::LOOP0_r); 451 int NewOpcode = QII->GetDotOldOp(MI->getOpcode()); 568 PacketSU->getInstr()->getOpcode() == Hexagon::ALLOCFRAME || 569 PacketSU->getInstr()->getOpcode() == Hexagon::DEALLOCFRAME) [all...] |
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsNaClELFStreamer.cpp | 51 if (MI.getOpcode() == Mips::JALR) { 57 return MI.getOpcode() == Mips::JR; 66 unsigned Opcode = MI.getOpcode(); 151 bool IsMemAccess = isBasePlusOffsetMemoryAccess(Inst.getOpcode(), &AddrIdx,
|
/external/llvm/lib/Target/Mips/ |
MipsInstrInfo.cpp | 164 if (!getAnalyzableBrOpc(I->getOpcode())) 203 unsigned LastOpc = LastInst->getOpcode(); 216 SecondLastOpc = getAnalyzableBrOpc(SecondLastInst->getOpcode()); 269 switch (MI->getOpcode()) {
|
/external/llvm/lib/Target/R600/ |
SIFixSGPRCopies.cpp | 147 switch (I->getOpcode()) { 169 if (Def->getOpcode() != AMDGPU::COPY) { 209 if (MI.getOpcode() == AMDGPU::COPY && isVGPRToSGPRCopy(MI, TRI, MRI)) { 216 switch (MI.getOpcode()) {
|
SIMachineFunctionInfo.cpp | 60 if (MBB.back().getOpcode() == AMDGPU::S_ENDPGM) {
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/ |
AbstractInsnNode.java | 158 public int getOpcode() {
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
BasicInterpreter.java | 80 switch (insn.getOpcode()) {
139 switch (insn.getOpcode()) {
229 switch (insn.getOpcode()) {
308 if (insn.getOpcode() == MULTIANEWARRAY) {
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/ |
InstructionMethodItemFactory.java | 56 switch (instruction.getOpcode().format) {
|
OffsetInstructionFormatMethodItem.java | 62 Opcode opcode = instruction.getOpcode();
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
ImmutableInstruction20bc.java | 64 instruction.getOpcode(),
|
ImmutableInstruction21c.java | 63 instruction.getOpcode(),
|
ImmutableInstruction21ih.java | 60 instruction.getOpcode(),
|
ImmutableInstruction22b.java | 63 instruction.getOpcode(),
|
ImmutableInstruction22c.java | 66 instruction.getOpcode(),
|
ImmutableInstruction22cs.java | 63 instruction.getOpcode(),
|
ImmutableInstruction22s.java | 63 instruction.getOpcode(),
|
ImmutableInstruction22t.java | 63 instruction.getOpcode(),
|
ImmutableInstruction23x.java | 63 instruction.getOpcode(),
|
ImmutableInstruction31c.java | 63 instruction.getOpcode(),
|
ImmutableInstruction3rc.java | 67 instruction.getOpcode(),
|
ImmutableInstruction3rmi.java | 63 instruction.getOpcode(),
|
ImmutableInstruction3rms.java | 63 instruction.getOpcode(),
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
SyntheticAccessorFSM.java | 273 if ( ( instructions.get(p).getOpcode().value) < _SyntheticAccessorFSM_trans_keys[_mid] ) 275 else if ( ( instructions.get(p).getOpcode().value) > _SyntheticAccessorFSM_trans_keys[_mid] ) 296 if ( ( instructions.get(p).getOpcode().value) < _SyntheticAccessorFSM_trans_keys[_mid] ) 298 else if ( ( instructions.get(p).getOpcode().value) > _SyntheticAccessorFSM_trans_keys[_mid+1] )
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
DevicePowerStatusAction.java | 76 if (cmd.getOpcode() == Constants.MESSAGE_REPORT_POWER_STATUS) {
|
HdmiCecMessageCache.java | 85 int opcode = message.getOpcode();
|