Home
last modified time | relevance | path

Searched refs:GenArithOpIntLit (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/
Dmir_to_lir.cc1005 GenArithOpIntLit(opcode, rl_dest, rl_src[1], in CompileDalvikInstruction()
1009 GenArithOpIntLit(opcode, rl_dest, rl_src[0], in CompileDalvikInstruction()
1030 GenArithOpIntLit(opcode, rl_dest, rl_src[0], mir_graph_->ConstantValue(rl_src[1])); in CompileDalvikInstruction()
1126 GenArithOpIntLit(opcode, rl_dest, rl_src[0], vC); in CompileDalvikInstruction()
Dmir_to_lir.h845 void GenArithOpIntLit(Instruction::Code opcode, RegLocation rl_dest,
Dgen_common.cc1802 void Mir2Lir::GenArithOpIntLit(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src, in GenArithOpIntLit() function in art::Mir2Lir