Home
last modified time | relevance | path

Searched refs:GenArithOpInt (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dex/quick/
Dmir_to_lir.cc949 GenArithOpInt(opcode, rl_dest, rl_src[0], rl_src[0], opt_flags); in CompileDalvikInstruction()
1012 GenArithOpInt(opcode, rl_dest, rl_src[0], rl_src[1], opt_flags); in CompileDalvikInstruction()
1032 GenArithOpInt(opcode, rl_dest, rl_src[0], rl_src[1], opt_flags); in CompileDalvikInstruction()
Dmir_to_lir.h856 virtual void GenArithOpInt(Instruction::Code opcode, RegLocation rl_dest,
Dgen_common.cc1516 void Mir2Lir::GenArithOpInt(Instruction::Code opcode, RegLocation rl_dest, in GenArithOpInt() function in art::Mir2Lir
/art/compiler/dex/quick/x86/
Dcodegen_x86.h339 void GenArithOpInt(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_lhs,
Dint_x86.cc3078 void X86Mir2Lir::GenArithOpInt(Instruction::Code opcode, RegLocation rl_dest, in GenArithOpInt() function in art::X86Mir2Lir