Searched defs:MCBinaryExpr (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCExpr.h383 class MCBinaryExpr : public MCExpr { class in namespace:llvm
415 MCBinaryExpr(Opcode Op, const MCExpr *LHS, const MCExpr *RHS) function in class:llvm::MCBinaryExpr
422 static const MCBinaryExpr *create(Opcode Op, const MCExpr *LHS,
424 static const MCBinaryExpr *createAdd(const MCExpr *LHS, const MCExpr *RHS,
428 static const MCBinaryExpr *createAnd(const MCExpr *LHS, const MCExpr *RHS,
432 static const MCBinaryExpr *createDiv(const MCExpr *LHS, const MCExpr *RHS,
436 static const MCBinaryExpr *createEQ(const MCExpr *LHS, const MCExpr *RHS,
440 static const MCBinaryExpr *createGT(const MCExpr *LHS, const MCExpr *RHS,
444 static const MCBinaryExpr *createGTE(const MCExpr *LHS, const MCExpr *RHS,
448 static const MCBinaryExpr *createLAn
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCExpr.h281 /// MCBinaryExpr - Binary assembler expressions.
282 class MCBinaryExpr : public MCExpr { class in namespace:llvm
313 MCBinaryExpr(Opcode _Op, const MCExpr *_LHS, const MCExpr *_RHS) function in class:llvm::MCBinaryExpr
320 static const MCBinaryExpr *Create(Opcode Op, const MCExpr *LHS,
322 static const MCBinaryExpr *CreateAdd(const MCExpr *LHS, const MCExpr *RHS,
326 static const MCBinaryExpr *CreateAnd(const MCExpr *LHS, const MCExpr *RHS,
330 static const MCBinaryExpr *CreateDiv(const MCExpr *LHS, const MCExpr *RHS,
334 static const MCBinaryExpr *CreateEQ(const MCExpr *LHS, const MCExpr *RHS,
338 static const MCBinaryExpr *CreateGT(const MCExpr *LHS, const MCExpr *RHS,
342 static const MCBinaryExpr *CreateGT
[all...]

Completed in 286 milliseconds