Searched refs:addw (Results 1 – 9 of 9) sorted by relevance
/art/compiler/utils/ |
D | assembler_thumb_test_expected.cc.inc | 71 " e2: 0d f2 04 40 addw r0, sp, #1028\n" 75 " ee: 0d f2 04 4c addw r12, sp, #1028\n"
|
/art/compiler/utils/x86/ |
D | assembler_x86_test.cc | 305 DriverStr(RepeatAI(&x86::X86Assembler::addw, /*imm_bytes*/ 2U, "addw ${imm}, {mem}"), "addw"); in TEST_F()
|
D | assembler_x86.h | 791 void addw(const Address& address, const Immediate& imm);
|
D | assembler_x86.cc | 3208 void X86Assembler::addw(const Address& address, const Immediate& imm) { in addw() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 856 void addw(const Address& address, const Immediate& imm);
|
D | assembler_x86_64_test.cc | 591 RepeatAI(&x86_64::X86_64Assembler::addw, /*imm_bytes*/2U, "addw ${imm}, {mem}"), "addw"); in TEST_F()
|
D | assembler_x86_64.cc | 4461 void X86_64Assembler::addw(const Address& address, const Immediate& imm) { in addw() function in art::x86_64::X86_64Assembler
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 1629 __ addw(Address(CpuRegister(method), ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness() local 1647 __ addw(Address(CpuRegister(TMP), ProfilingInfo::BaselineHotnessCountOffset().Int32Value()), in MaybeIncrementHotness() local
|
D | code_generator_x86.cc | 1237 __ addw(Address(reg, ArtMethod::HotnessCountOffset().Int32Value()), Immediate(-1)); in MaybeIncrementHotness() local 1256 __ addw(Address::Absolute(address), Immediate(-1)); in MaybeIncrementHotness() local
|