Home
last modified time | relevance | path

Searched refs:cmpw (Results 1 – 8 of 8) sorted by relevance

/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1061 cmpw %cx, %dx // do we hold the lock already?
1090 cmpw %cx, %dx // does the thread id match?
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1003 cmpw %cx, %dx // do we hold the lock already?
1043 cmpw %cx, %dx // does the thread id match?
/art/compiler/utils/x86/
Dassembler_x86.h365 void cmpw(const Address& address, const Immediate& imm);
Dassembler_x86.cc957 void X86Assembler::cmpw(const Address& address, const Immediate& imm) { in cmpw() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Dassembler_x86_64.h475 void cmpw(const Address& address, const Immediate& imm);
Dassembler_x86_64.cc1199 void X86_64Assembler::cmpw(const Address& address, const Immediate& imm) { in cmpw() function in art::x86_64::X86_64Assembler
/art/compiler/optimizing/
Dcode_generator_x86.cc4017 __ fs()->cmpw(Address::Absolute( in GenerateSuspendCheck()
Dcode_generator_x86_64.cc3884 __ gs()->cmpw(Address::Absolute( in GenerateSuspendCheck()