Home
last modified time | relevance | path

Searched refs:addw (Results 1 – 9 of 9) sorted by relevance

/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc71 " 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/
Dassembler_x86_test.cc305 DriverStr(RepeatAI(&x86::X86Assembler::addw, /*imm_bytes*/ 2U, "addw ${imm}, {mem}"), "addw"); in TEST_F()
Dassembler_x86.h791 void addw(const Address& address, const Immediate& imm);
Dassembler_x86.cc3208 void X86Assembler::addw(const Address& address, const Immediate& imm) { in addw() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h856 void addw(const Address& address, const Immediate& imm);
Dassembler_x86_64_test.cc591 RepeatAI(&x86_64::X86_64Assembler::addw, /*imm_bytes*/2U, "addw ${imm}, {mem}"), "addw"); in TEST_F()
Dassembler_x86_64.cc4461 void X86_64Assembler::addw(const Address& address, const Immediate& imm) { in addw() function in art::x86_64::X86_64Assembler
/art/compiler/optimizing/
Dcode_generator_x86_64.cc1629 __ addw(Address(CpuRegister(method), ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness() local
1647 __ addw(Address(CpuRegister(TMP), ProfilingInfo::BaselineHotnessCountOffset().Int32Value()), in MaybeIncrementHotness() local
Dcode_generator_x86.cc1237 __ addw(Address(reg, ArtMethod::HotnessCountOffset().Int32Value()), Immediate(-1)); in MaybeIncrementHotness() local
1256 __ addw(Address::Absolute(address), Immediate(-1)); in MaybeIncrementHotness() local