Searched refs:DIV (Results 1 - 6 of 6) sorted by relevance

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

Completed in 9302 milliseconds