Searched refs:GenArithOpInt (Results 1 – 5 of 5) sorted by relevance
/art/compiler/dex/quick/ |
D | mir_to_lir.cc | 882 GenArithOpInt(opcode, rl_dest, rl_src[0], rl_src[0]); in CompileDalvikInstruction() 947 GenArithOpInt(opcode, rl_dest, rl_src[0], rl_src[1]); in CompileDalvikInstruction() 967 GenArithOpInt(opcode, rl_dest, rl_src[0], rl_src[1]); in CompileDalvikInstruction()
|
D | mir_to_lir.h | 882 virtual void GenArithOpInt(Instruction::Code opcode, RegLocation rl_dest,
|
D | gen_common.cc | 1421 void Mir2Lir::GenArithOpInt(Instruction::Code opcode, RegLocation rl_dest, in GenArithOpInt() function in art::Mir2Lir
|
/art/compiler/dex/quick/x86/ |
D | codegen_x86.h | 307 void GenArithOpInt(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_lhs,
|
D | int_x86.cc | 2692 void X86Mir2Lir::GenArithOpInt(Instruction::Code opcode, RegLocation rl_dest, in GenArithOpInt() function in art::X86Mir2Lir
|