HomeSort by relevance Sort by last modified time
    Searched refs:getOpcode (Results 101 - 125 of 865) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/lib/Target/ARM/
ARMOptimizeBarriersPass.cpp 62 if (MI.getOpcode() == ARM::DMB) {
  /external/llvm/lib/Target/XCore/
XCoreFrameToArgsOffsetElim.cpp 54 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());
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliLabel.java 71 return instruction.getOffset() + instruction.getOpcode().format.size;
  /external/smali/smalidea/src/main/java/org/jf/smalidea/util/
InstructionUtils.java 48 if (instruction.getOpcode() == opcode) {
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
SmaliLabelReferenceTest.java 100 Assert.assertEquals(Opcode.RETURN, nextInstruction.getOpcode());
  /external/llvm/lib/IR/
Instruction.cpp 279 assert(I1->getOpcode() == I2->getOpcode() &&
341 if (getOpcode() != I->getOpcode() ||
372 if (getOpcode() != I->getOpcode() ||
415 switch (getOpcode()) {
437 switch (getOpcode()) {
457 switch (getOpcode()) {
499 unsigned Opcode = getOpcode();
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp 108 switch (MI->getOpcode()) {
152 return ((MI->getOpcode() == SystemZ::LTEBR ||
153 MI->getOpcode() == SystemZ::LTDBR ||
154 MI->getOpcode() == SystemZ::LTXBR) &&
178 unsigned Opcode = MI->getOpcode();
193 if (Branch->getOpcode() != SystemZ::BRC ||
224 unsigned Opcode = TII->getLoadAndTest(MI->getOpcode());
242 int Opcode = MI->getOpcode();
313 switch (Compare->getOpcode()) {
380 unsigned FusedOpcode = TII->getCompareAndBranch(Compare->getOpcode(),
    [all...]

Completed in 332 milliseconds

1 2 3 45 6 7 8 91011>>