/art/compiler/utils/mips64/ |
constants_mips64.h | 59 TIMES_1 = 0,
|
/art/compiler/utils/mips/ |
constants_mips.h | 83 TIMES_1 = 0,
|
/art/compiler/utils/x86/ |
constants_x86.h | 72 TIMES_1 = 0,
|
assembler_x86_test.cc | 160 x86::Register(x86::EBP), x86::Register(x86::ESI), x86::TIMES_1, 0), 181 x86::Register(x86::EBP), x86::Register(x86::ESI), x86::TIMES_1, 0));
|
assembler_x86.h | 208 if (base_in == ESP) SetSIB(TIMES_1, ESP, base_in); 211 if (base_in == ESP) SetSIB(TIMES_1, ESP, base_in); 215 if (base_in == ESP) SetSIB(TIMES_1, ESP, base_in);
|
/art/compiler/utils/x86_64/ |
constants_x86_64.h | 81 TIMES_1 = 0,
|
assembler_x86_64.h | 192 SetSIB(TIMES_1, CpuRegister(RSP), base_in); 197 SetSIB(TIMES_1, CpuRegister(RSP), base_in); 203 SetSIB(TIMES_1, CpuRegister(RSP), base_in); 238 result.SetSIB(TIMES_1, CpuRegister(RSP), CpuRegister(RBP)); [all...] |
assembler_x86_64_test.cc | 699 x86_64::CpuRegister(x86_64::R13), x86_64::CpuRegister(x86_64::R9), x86_64::TIMES_1, 0), 724 x86_64::CpuRegister(x86_64::R13), x86_64::CpuRegister(x86_64::R9), x86_64::TIMES_1, 0), 746 x86_64::CpuRegister(x86_64::R13), x86_64::CpuRegister(x86_64::R9), x86_64::TIMES_1, 0)); 804 x86_64::CpuRegister(x86_64::R13), x86_64::CpuRegister(x86_64::R9), x86_64::TIMES_1, 0), x86_64::CpuRegister(x86_64::R9)); 824 x86_64::CpuRegister(x86_64::R13), x86_64::CpuRegister(x86_64::R9), x86_64::TIMES_1, 0), x86_64::CpuRegister(x86_64::R9)); [all...] |
/art/compiler/utils/arm/ |
constants_arm.h | 54 TIMES_1 = 0,
|
/art/compiler/optimizing/ |
intrinsics_x86.cc | [all...] |
intrinsics_x86_64.cc | [all...] |
code_generator_x86_64.cc | [all...] |
code_generator_x86.cc | [all...] |
code_generator_mips64.cc | [all...] |
code_generator_mips.cc | [all...] |
code_generator_arm.cc | [all...] |