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

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

Completed in 126 milliseconds