Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dfp_mips.cc168 void MipsMir2Lir::GenCmpFP(Instruction::Code opcode, RegLocation rl_dest, in GenCmpFP() function in art::MipsMir2Lir
Dcodegen_mips.h99 void GenCmpFP(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
/art/compiler/dex/quick/arm/
Dcodegen_arm.h101 void GenCmpFP(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
Dfp_arm.cc265 void ArmMir2Lir::GenCmpFP(Instruction::Code opcode, RegLocation rl_dest, in GenCmpFP() function in art::ArmMir2Lir
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc251 void Arm64Mir2Lir::GenCmpFP(Instruction::Code opcode, RegLocation rl_dest, in GenCmpFP() function in art::Arm64Mir2Lir
Dcodegen_arm64.h154 void GenCmpFP(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
/art/compiler/dex/quick/x86/
Dcodegen_x86.h155 void GenCmpFP(Instruction::Code opcode, RegLocation rl_dest, RegLocation rl_src1,
Dfp_x86.cc448 void X86Mir2Lir::GenCmpFP(Instruction::Code code, RegLocation rl_dest, in GenCmpFP() function in art::X86Mir2Lir
/art/compiler/dex/quick/
Dmir_to_lir.cc615 GenCmpFP(opcode, rl_dest, rl_src[0], rl_src[1]); in CompileDalvikInstruction()
Dmir_to_lir.h1265 virtual void GenCmpFP(Instruction::Code opcode, RegLocation rl_dest,