/art/compiler/utils/ |
D | assembler_thumb_test_expected.cc.inc | 71 " d4: f20d 4004 addw r0, sp, #1028\n" 75 " e0: f20d 4c04 addw r12, sp, #1028\n"
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 855 void addw(CpuRegister reg, const Immediate& imm); 856 void addw(const Address& address, const Immediate& imm); 857 void addw(const Address& address, CpuRegister reg);
|
D | assembler_x86_64_test.cc | 594 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()
|
D | assembler_x86_64.cc | 4459 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/ |
D | asm_support_riscv64.S | 773 addw t4, t3, t4
|
/art/compiler/utils/x86/ |
D | assembler_x86_test.cc | 286 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()
|
D | assembler_x86.h | 791 void addw(const Address& address, const Immediate& imm); 792 void addw(Register reg, const Immediate& imm);
|
D | assembler_x86.cc | 3208 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/ |
D | code_generator_x86_64.cc | 1797 __ 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
|
D | code_generator_x86.cc | 1353 __ 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
|