Home
last modified time | relevance | path

Searched refs:GenNotLong (Results 1 – 6 of 6) sorted by relevance

/art/compiler/dex/quick/mips/
Dint_mips.cc537 GenNotLong(rl_dest, rl_src2); in GenArithOpLong()
609 void MipsMir2Lir::GenNotLong(RegLocation rl_dest, RegLocation rl_src) { in GenNotLong() function in art::MipsMir2Lir
Dcodegen_mips.h277 void GenNotLong(RegLocation rl_dest, RegLocation rl_src);
/art/compiler/dex/quick/arm64/
Dcodegen_arm64.h395 void GenNotLong(RegLocation rl_dest, RegLocation rl_src);
Dint_arm64.cc1125 void Arm64Mir2Lir::GenNotLong(RegLocation rl_dest, RegLocation rl_src) { in GenNotLong() function in art::Arm64Mir2Lir
1138 GenNotLong(rl_dest, rl_src2); in GenArithOpLong()
/art/compiler/dex/quick/x86/
Dcodegen_x86.h855 void GenNotLong(RegLocation rl_dest, RegLocation rl_src);
Dint_x86.cc1681 GenNotLong(rl_dest, rl_src2); in GenArithOpLong()
2134 void X86Mir2Lir::GenNotLong(RegLocation rl_dest, RegLocation rl_src) { in GenNotLong() function in art::X86Mir2Lir