Searched refs:DIV (Results 1 – 7 of 7) sorted by relevance
37 DIV = 5, enumerator165 Operator& Operator::create<Operator::DIV>();
56 IntOperand* BinaryOp<Operator::DIV>::eval(const Module&,
167 Operator& Operator::create<Operator::DIV>() { in create()168 static BinaryOp<Operator::DIV> op; in create()
35 IntOperand* BinaryOp<Operator::DIV>::eval(const Module& pModule, in eval()
669 &Operator::create<Operator::DIV>());
49 DIV(9), // Divide, e.g. "div R0,5" enumConstant505 Instruction instruction = new Instruction(Opcodes.DIV); in addDiv()574 Instruction instruction = new Instruction(Opcodes.DIV, Register.R1); in addDivR1()
1891 <li>Fixed GCC 4.7 linker DIV usage mismatch errors.