Searched defs:isZeroImm (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/MBlaze/
H A DMBlazeInstrInfo.cpp34 static bool isZeroImm(const MachineOperand &op) { function
48 (isZeroImm(MI->getOperand(2)))) {
67 (isZeroImm(MI->getOperand(2)))) {
/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp41 bool MipsInstrInfo::isZeroImm(const MachineOperand &op) const { function in class:MipsInstrInfo
/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp47 static bool isZeroImm(const MachineOperand &op) { function
63 (isZeroImm(MI->getOperand(2))))
85 (isZeroImm(MI->getOperand(2))))

Completed in 203 milliseconds