Home
last modified time | relevance | path

Searched defs:FREM (Results 1 – 8 of 8) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DFREM.java26 public class FREM extends ArithmeticInstruction { class
30 public FREM() { in FREM() method in FREM
DInstructionConstants.java107 ArithmeticInstruction FREM = new FREM(); field
DInstructionConst.java106 public static final ArithmeticInstruction FREM = new FREM(); field in InstructionConst
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h235 FADD, FSUB, FMUL, FMA, FDIV, FREM, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h260 FADD, FSUB, FMUL, FDIV, FREM, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h241 FADD, FSUB, FMUL, FDIV, FREM, enumerator
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DConstants.java736 short FREM = 114; field
DConst.java1050 public static final short FREM = 114; field in Const