Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc71 " d4: f20d 4004 addw r0, sp, #1028\n"
75 " e0: f20d 4c04 addw r12, sp, #1028\n"
/art/compiler/utils/x86_64/
Dassembler_x86_64.h855 void addw(CpuRegister reg, const Immediate& imm);
856 void addw(const Address& address, const Immediate& imm);
857 void addw(const Address& address, CpuRegister reg);
Dassembler_x86_64_test.cc594 RepeatAI(&x86_64::X86_64Assembler::addw, /*imm_bytes*/2U, "addw ${imm}, {mem}"), "addw"); in TEST_F()
599 RepeatwI(&x86_64::X86_64Assembler::addw, /*imm_bytes*/2U, "addw ${imm}, %{reg}"), "addw"); in TEST_F()
604 RepeatAw(&x86_64::X86_64Assembler::addw, "addw %{reg}, {mem}"), "addw"); in TEST_F()
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/runtime/arch/riscv64/
Dasm_support_riscv64.S773 addw t4, t3, t4
/art/compiler/utils/x86/
Dassembler_x86_test.cc286 DriverStr(RepeatAI(&x86::X86Assembler::addw, /*imm_bytes*/ 2U, "addw ${imm}, {mem}"), "addw"); in TEST_F()
290 DriverStr(RepeatrI(&x86::X86Assembler::addw, /*imm_bytes*/ 2U, "addw ${imm}, %{reg}"), "addw"); in TEST_F()
Dassembler_x86.h791 void addw(const Address& address, const Immediate& imm);
792 void addw(Register reg, const Immediate& imm);
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