Home
last modified time | relevance | path

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

/art/compiler/utils/x86/
Dassembler_x86.cc3063 void X86Assembler::andw(const Address& address, const Immediate& imm) { in andw() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc4099 void X86_64Assembler::andw(const Address& address, const Immediate& imm) { in andw() function in art::x86_64::X86_64Assembler
/art/compiler/optimizing/
Dcode_generator_x86_64.cc1498 __ andw(Address(CpuRegister(TMP), ProfilingInfo::BaselineHotnessCountOffset().Int32Value()), in MaybeIncrementHotness() local
Dcode_generator_x86.cc1136 __ andw(Address(EAX, ProfilingInfo::BaselineHotnessCountOffset().Int32Value()), in MaybeIncrementHotness() local