HomeSort by relevance Sort by last modified time
    Searched defs:isMem (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Target/X86/
X86ExpandPseudo.cpp 85 bool isMem = Opcode == X86::TCRETURNmi || Opcode == X86::TCRETURNmi64;
87 MachineOperand &StackAdjust = MBBI->getOperand(isMem ? 5 : 1);
X86InstrInfo.h 134 inline static bool isMem(const MachineInstr &MI, unsigned Op) {
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86InstrInfo.h 120 inline static bool isMem(const MachineInstr *MI, unsigned Op) {
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
MBlazeAsmParser.cpp 173 bool isMem() const { return Kind == Memory; }
  /external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
X86AsmParser.cpp 278 bool isMem() const { return Kind == Memory; }
376 return (Op.isMem() &&
386 return Op.isMem() && Op.Mem.SegReg == X86::ES &&
790 if (Op.isMem() && Op.Mem.SegReg == 0 &&
803 if (Op.isMem() && Op.Mem.SegReg == 0 &&
    [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 231 bool isMem() const override {
234 bool isMem(MemoryKind MemKind) const {
241 bool isMem(MemoryKind MemKind, RegisterKind RegKind) const {
242 return isMem(MemKind) && Mem.RegKind == RegKind;
245 return isMem(MemKind, RegKind) && inRange(Mem.Disp, 0, 0xfff);
248 return isMem(MemKind, RegKind) && inRange(Mem.Disp, -524288, 524287);
255 assert(isMem(BDVMem) && "Invalid operand type");
283 assert(isMem(BDMem) && "Invalid operand type");
289 assert(isMem(BDXMem) && "Invalid operand type");
296 assert(isMem(BDLMem) && "Invalid operand type")
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 424 func isMem(a Arg) bool {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 424 func isMem(a Arg) bool {
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 239 bool isMem() const { llvm_unreachable("No isMem"); }
    [all...]

Completed in 646 milliseconds