Home | History | Annotate | Download | only in arm

Lines Matching full:instruction

62     bool SmallLiteralDivRem(Instruction::Code dalvik_opcode, bool is_div, RegLocation rl_src,
143 void GenArithOpLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
145 void GenArithImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
151 void GenShiftImmOpLong(Instruction::Code opcode, RegLocation rl_dest,
153 void GenArithOpDouble(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
155 void GenArithOpFloat(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
157 void GenCmpFP(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
159 void GenConversion(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src);
233 bool InexpensiveConstantInt(int32_t value, Instruction::Code opcode) OVERRIDE;
253 * @returns Call instruction
260 * @returns Call instruction
277 bool HandleEasyDivRem(Instruction::Code dalvik_opcode, bool is_div,
282 void GenMulLong(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,