Searched defs:DIV (Results 1 - 2 of 2) 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>();
/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
525 Instruction instruction = new Instruction(Opcodes.DIV);
594 Instruction instruction = new Instruction(Opcodes.DIV, Register.R1);

Completed in 86 milliseconds