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

  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 126 bool isZeroImm(const MachineOperand &op) const;
MipsInstrInfo.cpp 44 bool MipsInstrInfo::isZeroImm(const MachineOperand &op) const {
MipsSEInstrInfo.cpp 51 (isZeroImm(MI->getOperand(2)))) {
74 (isZeroImm(MI->getOperand(2)))) {
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 54 static bool isZeroImm(const MachineOperand &op) {
70 (isZeroImm(MI->getOperand(2))))
92 (isZeroImm(MI->getOperand(2))))

Completed in 246 milliseconds