Searched refs:wide (Results 26 - 30 of 30) sorted by relevance

12

/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S750 mov r3, r2 @ pass one half of wide argument
751 mov r2, r1 @ pass other half of wide argument
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h633 void EmitGenericShift(bool wide, int rm, CpuRegister reg, const Immediate& imm);
H A Dassembler_x86_64.cc1585 void X86_64Assembler::EmitGenericShift(bool wide, argument
1591 if (wide) {
/art/compiler/dex/quick/
H A Dgen_common.cc755 DCHECK_EQ(static_cast<unsigned int>(rl_obj.wide), 0U);
1952 if (rl_dest.wide) {
2037 /* Generic code for generating a wide constant into a VR. */
/art/compiler/dex/quick/x86/
H A Dint_x86.cc1078 if (rl_method.wide) {
1954 DCHECK(rl_src2.wide);

Completed in 129 milliseconds

12