HomeSort by relevance Sort by last modified time
    Searched defs:getMachineOpValue (Results 26 - 31 of 31) sorted by null

12

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 560 unsigned Res = getMachineOpValue(MI, MO, Fixups, STI);
757 /// getMachineOpValue - Return binary encoding of operand. If the machine
760 getMachineOpValue(const MCInst &MI, const MCOperand &MO,
786 unsigned RegBits = getMachineOpValue(MI, MI.getOperand(OpNo),Fixups, STI) << 16;
787 unsigned OffBits = getMachineOpValue(MI, MI.getOperand(OpNo+1), Fixups, STI);
801 unsigned RegBits = getMachineOpValue(MI, MI.getOperand(OpNo),
803 unsigned OffBits = getMachineOpValue(MI, MI.getOperand(OpNo+1),
815 unsigned RegBits = getMachineOpValue(MI, MI.getOperand(OpNo),
817 unsigned OffBits = getMachineOpValue(MI, MI.getOperand(OpNo+1),
829 unsigned RegBits = getMachineOpValue(MI, MI.getOperand(OpNo)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.cpp 532 unsigned Res = getMachineOpValue(MI, MO, Fixups, STI);
731 /// getMachineOpValue - Return binary encoding of operand. If the machine
734 getMachineOpValue(const MCInst &MI, const MCOperand &MO,
760 unsigned RegBits = getMachineOpValue(MI, MI.getOperand(OpNo),Fixups, STI) << 16;
761 unsigned OffBits = getMachineOpValue(MI, MI.getOperand(OpNo+1), Fixups, STI);
775 unsigned RegBits = getMachineOpValue(MI, MI.getOperand(OpNo),
777 unsigned OffBits = getMachineOpValue(MI, MI.getOperand(OpNo+1),
789 unsigned RegBits = getMachineOpValue(MI, MI.getOperand(OpNo),
791 unsigned OffBits = getMachineOpValue(MI, MI.getOperand(OpNo+1),
803 unsigned RegBits = getMachineOpValue(MI, MI.getOperand(OpNo)
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 72 /// getMachineOpValue - Return binary encoding of operand. If the machine
74 unsigned getMachineOpValue(const MCInst &MI,const MCOperand &MO,
519 /// getMachineOpValue - Return binary encoding of operand. If the machine
522 getMachineOpValue(const MCInst &MI, const MCOperand &MO,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 85 /// getMachineOpValue - Return binary encoding of operand. If the machine
87 unsigned getMachineOpValue(const MCInst &MI,const MCOperand &MO,
530 /// getMachineOpValue - Return binary encoding of operand. If the machine
533 getMachineOpValue(const MCInst &MI, const MCOperand &MO,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMCodeEmitter.cpp 148 /// getMachineOpValue - Return binary encoding of operand. If the machine
150 unsigned getMachineOpValue(const MachineInstr &MI,
152 unsigned getMachineOpValue(const MachineInstr &MI, unsigned OpIdx) const {
153 return getMachineOpValue(MI, MI.getOperand(OpIdx));
158 // operand values, instead querying getMachineOpValue() directly for
437 /// getMachineOpValue - Return binary encoding of operand. If the machine
439 unsigned ARMCodeEmitter::getMachineOpValue(const MachineInstr &MI,
697 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
712 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift;
735 Binary |= getMachineOpValue(MI, MO0) << ARMII::RegRdShift
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 70 /// getMachineOpValue - Return binary encoding of operand. If the machine
72 unsigned getMachineOpValue(const MCInst &MI,const MCOperand &MO,
399 /// getMachineOpValue - Return binary encoding of operand. If the machine
402 getMachineOpValue(const MCInst &MI, const MCOperand &MO,
    [all...]

Completed in 655 milliseconds

12