HomeSort by relevance Sort by last modified time
    Searched refs:isALU (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/R600/
R600EmitClauseMarkers.cpp 65 bool isALU(const MachineInstr *MI) const {
171 if (!isALU(I))
233 if (isALU(I))
  /sdk/emulator/qtools/
opcode.h 132 inline bool isALU(Opcode op) { return (opcode_flags[op] & kCatAlu) != 0; }

Completed in 80 milliseconds