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

  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.h 39 static const ARMMCExpr *CreateUpper16(const MCExpr *Expr, MCContext &Ctx) {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMMCInstLower.cpp 46 Expr = ARMMCExpr::CreateUpper16(Expr, OutContext);
ARMAsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
ARMDisassembler.cpp 525 MI.addOperand(MCOperand::CreateExpr(ARMMCExpr::CreateUpper16(Expr, *Ctx)));
    [all...]

Completed in 331 milliseconds