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

1 2 3 4 5 6 7 8

  /external/llvm/test/MC/ELF/ARM/
lit.local.cfg 2 # predicated on 'X86'.
  /external/llvm/docs/
HowToUseInstrMappings.rst 65 takes a non-predicated instruction and returns its predicated true or false form
67 to define a relationship model that relates predicated instructions to their
68 non-predicated form by assigning appropriate values to the ``InstrMapping``
69 fields. For this relationship, non-predicated instructions are treated as key
82 // For example, if we want to relate 'ADD' (non-predicated) with 'Add_pt'
83 // (predicated true) and 'Add_pf' (predicated false), then all 3
95 // attribute of the key (non-predicated) and column (true/false)
99 // The key column contains non-predicated instructions
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
posix_features.hpp 50 // This is predicated on _POSIX_TIMERS or _XOPEN_REALTIME:
57 // This is predicated on _POSIX_TIMERS (also on _XOPEN_REALTIME
65 // This is predicated on _POSIX_PRIORITY_SCHEDULING or
75 // These are predicated on _XOPEN_VERSION, and appears to be first released
  /external/llvm/docs/HistoricalNotes/
2001-02-09-AdveCommentsResponse.txt 39 implementation may choose altermate representations (such as predicated
148 > predicated instructions
150 Conditional move is effectly a special case of a predicated
151 instruction... and I think that all predicated instructions can possibly
155 tend to prefer that a predicated architecture like IA64 convert from a
156 "basic block" representation to a predicated rep as part of it's dynamic
2000-11-18-EarlyDesignIdeas.txt 46 predicated code in EPIC
  /external/llvm/test/CodeGen/ARM/
ifcvt10.ll 4 ; micro-coded and would have long issue latency even if predicated on
  /external/stlport/stlport/stl/
type_manips.h 61 // logical and of 2 predicated
68 // logical and of 3 predicated
75 //logical or of 2 predicated
82 // logical or of 3 predicated
  /ndk/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 61 // logical and of 2 predicated
68 // logical and of 3 predicated
75 //logical or of 2 predicated
82 // logical or of 3 predicated
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 61 // logical and of 2 predicated
68 // logical and of 3 predicated
75 //logical or of 2 predicated
82 // logical or of 3 predicated
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 61 // logical and of 2 predicated
68 // logical and of 3 predicated
75 //logical or of 2 predicated
82 // logical or of 3 predicated
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 61 // logical and of 2 predicated
68 // logical and of 3 predicated
75 //logical or of 2 predicated
82 // logical or of 3 predicated
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 61 // logical and of 2 predicated
68 // logical and of 3 predicated
75 //logical or of 2 predicated
82 // logical or of 3 predicated
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
type_manips.h 61 // logical and of 2 predicated
68 // logical and of 3 predicated
75 //logical or of 2 predicated
82 // logical or of 3 predicated
  /external/llvm/lib/Target/Hexagon/
Hexagon.td 53 // PredRel - Filter class used to relate non-predicated instructions with their
54 // predicated forms.
56 // PredNewRel - Filter class used to relate predicated instructions with their
71 // predicated formats - true and false.
111 // Generate mapping table to relate predicated instructions with their .new
123 // Generate mapping table to relate .new predicated instructions with their old
HexagonSplitTFRCondSets.cpp 17 // This requires two packets. If we use .new predicated immediate transfers,
112 // Minor optimization: do not emit the predicated copy if the source
131 // Do not emit the predicated copy if the source and the destination
171 // Do not emit the predicated copy if the source and
HexagonVLIWPacketizer.cpp 462 /// Returns true if an instruction is predicated on p0 and false if it's
463 /// predicated on !p0.
598 // If the source that feeds the store is predicated, new value store must
599 // also be predicated.
620 ("predicate register not found in a predicated PacketMI instruction"));
632 ("predicate register not found in a predicated MI instruction"));
636 // 1) Both instructions should be predicated on the same register.
637 // 2) If producer of the new-value register is .new predicated then store
638 // should also be .new predicated and if producer is not .new predicated
    [all...]
  /external/llvm/test/CodeGen/Thumb2/
2010-01-19-RemovePredicates.ll 3 ; This test creates a predicated t2ADDri instruction that is then turned into a t2MOVgpr2gpr instr.
  /frameworks/native/services/sensorservice/
Fusion.h 40 * the predicated covariance matrix is made of 4 3x3 sub-matrices and it is
  /external/llvm/lib/CodeGen/
IfConversion.cpp 102 /// NonPredSize - Number of non-predicated instructions.
104 /// ExtraCost2 - Some instructions are slower when predicated
138 /// NeedSubsumption - True if the to-be-predicated BB has already been
139 /// predicated.
327 // marked dead (due to it being predicated), then skip it.
692 // FIXME: This instruction is already predicated before the
701 // already predicated instructions and end of block branches).
703 // unpredicated instructions cannot be correctly predicated.
722 /// predicated by the specified predicate.
726 // If the block is dead or unpredicable, then it cannot be predicated
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_cfg.cpp 174 if (inst->predicated)
185 if (inst->predicated)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_cfg.cpp 174 if (inst->predicated)
185 if (inst->predicated)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_shader.h 43 unsigned predicated:1; member in struct:sh_op
  /external/libunwind/tests/
Gtest-exc.c 110 __builtin_ia64_bsp() gets predicated. */
  /external/llvm/lib/Target/ARM/
Thumb2InstrInfo.h 68 /// instructions which are "predicated", but are not in IT blocks.
  /external/llvm/test/MC/ARM/
thumb2-diagnostics.s 28 @ CHECK-ERRORS: error: predicated instructions must be in IT block

Completed in 1537 milliseconds

1 2 3 4 5 6 7 8