HomeSort by relevance Sort by last modified time
    Searched full:predicable (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/test/MC/ARM/
thumb2-diagnostics.s 19 @ CHECK-ERRORS: error: instructions in IT block must be predicable
53 @ CHECK-ERRORS: error: instruction 'bkpt' is not predicable, but condition code specified
diagnostics.s 194 @ CHECK-ERRORS: error: instruction 'setend' is not predicable, but condition code specified
386 @ CHECK-ERRORS: error: instruction 'dmb' is not predicable, but condition code specified
387 @ CHECK-ERRORS: error: instruction 'dsb' is not predicable, but condition code specified
388 @ CHECK-ERRORS: error: instruction 'isb' is not predicable, but condition code specified
393 @ CHECK-ERRORS: error: instruction 'dmb' is not predicable, but condition code specified
394 @ CHECK-ERRORS: error: instruction 'dsb' is not predicable, but condition code specified
395 @ CHECK-ERRORS: error: instruction 'isb' is not predicable, but condition code specified
402 @ CHECK-ERRORS: error: instruction 'mcr2' is not predicable, but condition code specified
403 @ CHECK-ERRORS: error: instruction 'mcrr2' is not predicable, but condition code specified
404 @ CHECK-ERRORS: error: instruction 'mrc2' is not predicable, but condition code specifie
    [all...]
  /external/chromium_org/courgette/
ensemble.h 158 // be extensive but mostly predicable, so preceeding Transform is a
  /external/llvm/lib/Target/Hexagon/
HexagonPeephole.cpp 252 // (most cases of predicable instructions).
HexagonInstrInfo.cpp 795 llvm_unreachable("Unexpected predicable instruction");
803 assert (isPredicable(MI) && "Expected predicable instruction");
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 117 Predicable,
292 return Flags & (1 << MCID::Predicable);
  /external/llvm/lib/CodeGen/
IfConversion.cpp 85 /// diamond shape), its size, whether it's predicable, and whether any
625 /// the block is predicable. In most cases, that means all the instructions
628 /// If so, the block is not predicable unless it's the last instruction.
691 // A conditional branch is not predicable, but it may be eliminated.
702 // still potentially predicable.
    [all...]
EarlyIfConversion.cpp 11 // predicable instructions. The goal is to eliminate conditional branches that
  /external/llvm/lib/Target/ARM/
README-Thumb.txt 228 We need to make (some of the) Thumb1 instructions predicable. That will allow
ARMISelLowering.h 48 CALL_PRED, // Function call that's predicable.
ARMInstrFormats.td 395 // Almost all ARM instructions are predicable.
410 // A few are not predicable
    [all...]
ARMFastISel.cpp 267 // If the machine is predicable go ahead and add the predicate operands, if
278 // we're not predicable but add it anyways.
    [all...]
ARMInstrThumb2.td 561 /// binary operation that produces a value. These are predicable and can be
811 /// bit. It's not predicable.
    [all...]
ARMInstrInfo.td     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 405 // If it's a bundle than all bundled instructions must be predicable for this
407 return hasProperty(MCID::Predicable, Type);
    [all...]
  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 467 if (Inst.isPredicable) OS << "|(1<<MCID::Predicable)";
  /external/llvm/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 471 // definitions with Thumb2 where these instructions are predicable.
483 // definitions with Thumb2 where these instructions are predicable.
495 // definitions with Thumb2 where these instructions are predicable.
651 // encodings between ARM and Thumb modes, and they are predicable in ARM
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/llvm/include/llvm/Target/
Target.td 372 bit isPredicable = 0; // Is this instruction predicable?
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def     [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.cc     [all...]
  /prebuilts/sdk/tools/linux/
libLLVM.so 

Completed in 5494 milliseconds

1 2