Searched refs:GenIGet (Results 1 – 3 of 3) sorted by relevance
/art/compiler/dex/quick/ |
D | mir_to_lir.cc | 733 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()
|
D | mir_to_lir.h | 855 void GenIGet(MIR* mir, int opt_flags, OpSize size,
|
D | gen_common.cc | 722 void Mir2Lir::GenIGet(MIR* mir, int opt_flags, OpSize size, in GenIGet() function in art::Mir2Lir
|