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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86MCInstLower.cpp 352 // LEA should have a segment register, but it must be empty.
354 "Unexpected # of LEA operands");
356 "LEA has segment specified!");
548 MCInst LEA;
550 LEA.setOpcode(X86::LEA64r);
551 LEA.addOperand(MCOperand::CreateReg(X86::RDI)); // dest
552 LEA.addOperand(MCOperand::CreateReg(X86::RIP)); // base
553 LEA.addOperand(MCOperand::CreateImm(1)); // scale
554 LEA.addOperand(MCOperand::CreateReg(0)); // index
555 LEA.addOperand(MCOperand::CreateExpr(symRef)); // dis
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
EDEmitter.cpp 245 #define LEA(str) if (name == str) SET("kOperandTypeX86EffectiveAddress");
314 LEA("lea32mem");
315 LEA("lea64_32mem");
316 LEA("lea64mem");
339 #undef LEA
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 403 // LEA should have a segment register, but it must be empty.
405 "Unexpected # of LEA operands");
407 "LEA has segment specified!");
725 MCInst LEA;
727 LEA.setOpcode(X86::LEA64r);
728 LEA.addOperand(MCOperand::createReg(X86::RDI)); // dest
729 LEA.addOperand(MCOperand::createReg(X86::RIP)); // base
730 LEA.addOperand(MCOperand::createImm(1)); // scale
731 LEA.addOperand(MCOperand::createReg(0)); // index
732 LEA.addOperand(MCOperand::createExpr(symRef)); // dis
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
tables.go     [all...]

Completed in 222 milliseconds