Home
last modified time | relevance | path

Searched defs:cmpb (Results 1 – 6 of 6) sorted by relevance

/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc585 __ cmpb(Address::Absolute(address), Immediate(0)); in TestByteAndJumpIfNotZero() local
Dassembler_x86.cc3003 void X86Assembler::cmpb(const Address& address, const Immediate& imm) { in cmpb() function in art::x86::X86Assembler
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc655 __ cmpb(Address(scratch, 0), Immediate(0)); in TestByteAndJumpIfNotZero() local
Dassembler_x86_64.cc4066 void X86_64Assembler::cmpb(const Address& address, const Immediate& imm) { in cmpb() function in art::x86_64::X86_64Assembler
/art/compiler/optimizing/
Dcode_generator_x86_64.cc1688 __ cmpb(Address(CpuRegister(TMP), 0), in GenerateMethodEntryExitHook() local
1842 __ cmpb(Address(CpuRegister(TMP), kClassStatusByteOffset), in GenerateFrameEntry() local
1848 __ cmpb(Address(CpuRegister(TMP), kClassStatusByteOffset), in GenerateFrameEntry() local
6280 __ cmpb(Address(temp, card, TIMES_1, 0), Immediate(gc::accounting::CardTable::kCardClean)); in CheckGCCardIsValid() local
6600 __ cmpb(Address(class_reg, kClassStatusByteOffset), Immediate(kShiftedVisiblyInitializedValue)); in GenerateClassInitializationCheck() local
Dcode_generator_x86.cc1269 __ cmpb(Address::Absolute(address + offset.Int32Value()), in GenerateMethodEntryExitHook() local
1399 __ cmpb(Address(EBP, kClassStatusByteOffset), Immediate(kShiftedVisiblyInitializedValue)); in GenerateFrameEntry() local
1404 __ cmpb(Address(EBP, kClassStatusByteOffset), Immediate(kShiftedInitializingValue)); in GenerateFrameEntry() local
5951 __ cmpb(Address(temp, card, TIMES_1, 0), Immediate(gc::accounting::CardTable::kCardClean)); in CheckGCCardIsValid() local
7517 __ cmpb(Address(class_reg, kClassStatusByteOffset), Immediate(kShiftedVisiblyInitializedValue)); in GenerateClassInitializationCheck() local