Home
last modified time | relevance | path

Searched refs:GenArithOpDouble (Results 1 – 10 of 10) sorted by relevance

/art/compiler/dex/quick/mips/
Dfp_mips.cc70 void MipsMir2Lir::GenArithOpDouble(Instruction::Code opcode, in GenArithOpDouble() function in art::MipsMir2Lir
Dcodegen_mips.h95 void GenArithOpDouble(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
/art/compiler/dex/quick/arm/
Dcodegen_arm.h97 void GenArithOpDouble(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
Dfp_arm.cc69 void ArmMir2Lir::GenArithOpDouble(Instruction::Code opcode, in GenArithOpDouble() function in art::ArmMir2Lir
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc66 void Arm64Mir2Lir::GenArithOpDouble(Instruction::Code opcode, in GenArithOpDouble() function in art::Arm64Mir2Lir
Dcodegen_arm64.h150 void GenArithOpDouble(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
/art/compiler/dex/quick/
Dmir_to_lir.cc895 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()
Dmir_to_lir.h1260 virtual void GenArithOpDouble(Instruction::Code opcode,
/art/compiler/dex/quick/x86/
Dcodegen_x86.h151 void GenArithOpDouble(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
Dfp_x86.cc75 void X86Mir2Lir::GenArithOpDouble(Instruction::Code opcode, in GenArithOpDouble() function in art::X86Mir2Lir