Searched refs:GenArithOpDouble (Results 1 – 10 of 10) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | fp_mips.cc | 70 void MipsMir2Lir::GenArithOpDouble(Instruction::Code opcode, in GenArithOpDouble() function in art::MipsMir2Lir
|
D | codegen_mips.h | 95 void GenArithOpDouble(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
|
/art/compiler/dex/quick/arm/ |
D | codegen_arm.h | 97 void GenArithOpDouble(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
|
D | fp_arm.cc | 69 void ArmMir2Lir::GenArithOpDouble(Instruction::Code opcode, in GenArithOpDouble() function in art::ArmMir2Lir
|
/art/compiler/dex/quick/arm64/ |
D | fp_arm64.cc | 66 void Arm64Mir2Lir::GenArithOpDouble(Instruction::Code opcode, in GenArithOpDouble() function in art::Arm64Mir2Lir
|
D | codegen_arm64.h | 150 void GenArithOpDouble(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
|
/art/compiler/dex/quick/ |
D | mir_to_lir.cc | 895 GenArithOpDouble(opcode, rl_dest, rl_src[0], rl_src[0]); in CompileDalvikInstruction() 1032 GenArithOpDouble(opcode, rl_dest, rl_src[0], rl_src[1]); in CompileDalvikInstruction()
|
D | mir_to_lir.h | 1260 virtual void GenArithOpDouble(Instruction::Code opcode,
|
/art/compiler/dex/quick/x86/ |
D | codegen_x86.h | 151 void GenArithOpDouble(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
|
D | fp_x86.cc | 75 void X86Mir2Lir::GenArithOpDouble(Instruction::Code opcode, in GenArithOpDouble() function in art::X86Mir2Lir
|