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

  /external/llvm/lib/Target/MBlaze/
MBlazeInstrInfo.cpp 34 static bool isZeroImm(const MachineOperand &op) {
48 (isZeroImm(MI->getOperand(2)))) {
67 (isZeroImm(MI->getOperand(2)))) {
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 47 static bool isZeroImm(const MachineOperand &op) {
63 (isZeroImm(MI->getOperand(2))))
85 (isZeroImm(MI->getOperand(2))))
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.cpp 39 static bool isZeroImm(const MachineOperand &op) {
59 (isZeroImm(MI->getOperand(2)))) {
84 (isZeroImm(MI->getOperand(2)))) {

Completed in 374 milliseconds