Lines Matching refs:Code

83   bool SmallLiteralDivRem(Instruction::Code dalvik_opcode, bool is_div, RegLocation rl_src,
180 void GenArithOpDouble(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
182 void GenArithOpFloat(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
184 void GenCmpFP(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
186 void GenConversion(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src) OVERRIDE;
200 void GenArithOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
202 void GenArithImmOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
204 void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
208 void GenShiftOpLong(Instruction::Code opcode, RegLocation rl_dest,
218 bool GenLongImm(RegLocation rl_dest, RegLocation rl_src, Instruction::Code op);
229 Instruction::Code op);
239 Instruction::Code op, bool is_commutative);
247 void GenLongArith(RegLocation rl_dest, RegLocation rl_src, Instruction::Code op);
255 virtual void GenLongRegOrMemOp(RegLocation rl_dest, RegLocation rl_src, Instruction::Code op);
339 void GenArithOpInt(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_lhs,
723 X86OpCode GetOpcode(Instruction::Code op, RegLocation loc, bool is_high_op, int32_t value);
734 X86OpCode GetOpcode(Instruction::Code op, RegLocation dest, RegLocation rhs,
743 bool IsNoOp(Instruction::Code op, int32_t value);
784 RegLocation GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
853 void GenMulLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
857 void GenDivRemLong(Instruction::Code, RegLocation rl_dest, RegLocation rl_src1,