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

/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h36 MUL = 4, enumerator in enum:mcld::Operator::Type
163 Operator& Operator::create<Operator::MUL>();
/frameworks/base/services/net/java/android/net/apf/
H A DApfGenerator.java48 MUL(8), // Multiply, e.g. "mul R0,5" enum constant in enum:ApfGenerator.Opcodes
495 Instruction instruction = new Instruction(Opcodes.MUL);
565 Instruction instruction = new Instruction(Opcodes.MUL, Register.R1);

Completed in 211 milliseconds