Home
last modified time | relevance | path

Searched defs:addw (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/x86_64/
Dassembler_x86_64.cc4459 void X86_64Assembler::addw(CpuRegister reg, const Immediate& imm) { in addw() function in art::x86_64::X86_64Assembler
4508 void X86_64Assembler::addw(const Address& address, const Immediate& imm) { in addw() function in art::x86_64::X86_64Assembler
4517 void X86_64Assembler::addw(const Address& address, CpuRegister reg) { in addw() function in art::x86_64::X86_64Assembler
/art/compiler/utils/x86/
Dassembler_x86.cc3208 void X86Assembler::addw(const Address& address, const Immediate& imm) { in addw() function in art::x86::X86Assembler
3216 void X86Assembler::addw(Register reg, const Immediate& imm) { in addw() function in art::x86::X86Assembler
/art/compiler/optimizing/
Dcode_generator_x86_64.cc1797 __ addw(Address(CpuRegister(method), ArtMethod::HotnessCountOffset().Int32Value()), in MaybeIncrementHotness() local
1819 __ addw(Address(CpuRegister(TMP), 0), Immediate(-1)); in MaybeIncrementHotness() local
2390 __ addw(temp, Immediate(1)); in VisitIf() local
Dcode_generator_x86.cc1353 __ addw(Address(reg, ArtMethod::HotnessCountOffset().Int32Value()), Immediate(-1)); in MaybeIncrementHotness() local
1375 __ addw(Address::Absolute(address), Immediate(-1)); in MaybeIncrementHotness() local
2278 __ addw(counter, Immediate(1)); in VisitIf() local