Lines Matching refs:Code
67 bool SmallLiteralDivRem(Instruction::Code dalvik_opcode, bool is_div, RegLocation rl_src,
151 void GenArithOpDouble(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
153 void GenArithOpFloat(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
155 void GenCmpFP(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
157 void GenConversion(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src) OVERRIDE;
170 void GenArithOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
172 void GenArithImmOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
174 void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
178 void GenShiftOpLong(Instruction::Code opcode, RegLocation rl_dest,
188 bool GenLongImm(RegLocation rl_dest, RegLocation rl_src, Instruction::Code op);
199 Instruction::Code op);
209 Instruction::Code op, bool is_commutative);
217 void GenLongArith(RegLocation rl_dest, RegLocation rl_src, Instruction::Code op);
225 virtual void GenLongRegOrMemOp(RegLocation rl_dest, RegLocation rl_src, Instruction::Code op);
307 void GenArithOpInt(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_lhs,
691 X86OpCode GetOpcode(Instruction::Code op, RegLocation loc, bool is_high_op, int32_t value);
702 X86OpCode GetOpcode(Instruction::Code op, RegLocation dest, RegLocation rhs,
711 bool IsNoOp(Instruction::Code op, int32_t value);
750 RegLocation GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
819 void GenMulLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
823 void GenDivRemLong(Instruction::Code, RegLocation rl_dest, RegLocation rl_src1,