Home
last modified time | relevance | path

Searched refs:GenLongImm (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/x86/
Dcodegen_x86.h218 bool GenLongImm(RegLocation rl_dest, RegLocation rl_src, Instruction::Code op);
Dint_x86.cc2691 isConstSuccess = GenLongImm(rl_dest, rl_src2, opcode); in GenArithImmOpLong()
2855 bool X86Mir2Lir::GenLongImm(RegLocation rl_dest, RegLocation rl_src, Instruction::Code op) { in GenLongImm() function in art::X86Mir2Lir