Home
last modified time | relevance | path

Searched refs:DIV (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h37 DIV = 5, enumerator
165 Operator& Operator::create<Operator::DIV>();
DBinaryOp.h56 IntOperand* BinaryOp<Operator::DIV>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp167 Operator& Operator::create<Operator::DIV>() { in create()
168 static BinaryOp<Operator::DIV> op; in create()
DBinaryOp.cpp35 IntOperand* BinaryOp<Operator::DIV>::eval(const Module& pModule, in eval()
DScriptParser.yy669 &Operator::create<Operator::DIV>());
/frameworks/base/services/net/java/android/net/apf/
DApfGenerator.java49 DIV(9), // Divide, e.g. "div R0,5" enumConstant
505 Instruction instruction = new Instruction(Opcodes.DIV); in addDiv()
574 Instruction instruction = new Instruction(Opcodes.DIV, Register.R1); in addDivR1()
/frameworks/support/room/compiler/
DSQLite.g4703 DIV : '/';