Home
last modified time | relevance | path

Searched refs:GenIGet (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/
Dmir_to_lir.cc733 GenIGet(mir, opt_flags, kReference, rl_dest, rl_src[0], false, true); in CompileDalvikInstruction()
737 GenIGet(mir, opt_flags, k64, rl_dest, rl_src[0], true, false); in CompileDalvikInstruction()
741 GenIGet(mir, opt_flags, k32, rl_dest, rl_src[0], false, false); in CompileDalvikInstruction()
745 GenIGet(mir, opt_flags, kUnsignedHalf, rl_dest, rl_src[0], false, false); in CompileDalvikInstruction()
749 GenIGet(mir, opt_flags, kSignedHalf, rl_dest, rl_src[0], false, false); in CompileDalvikInstruction()
754 GenIGet(mir, opt_flags, kUnsignedByte, rl_dest, rl_src[0], false, false); in CompileDalvikInstruction()
Dmir_to_lir.h855 void GenIGet(MIR* mir, int opt_flags, OpSize size,
Dgen_common.cc722 void Mir2Lir::GenIGet(MIR* mir, int opt_flags, OpSize size, in GenIGet() function in art::Mir2Lir