Searched defs:cmpb (Results 1 – 6 of 6) sorted by relevance
/art/compiler/utils/x86/ |
D | jni_macro_assembler_x86.cc | 585 __ cmpb(Address::Absolute(address), Immediate(0)); in TestByteAndJumpIfNotZero() local
|
D | assembler_x86.cc | 3003 void X86Assembler::cmpb(const Address& address, const Immediate& imm) { in cmpb() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | jni_macro_assembler_x86_64.cc | 655 __ cmpb(Address(scratch, 0), Immediate(0)); in TestByteAndJumpIfNotZero() local
|
D | assembler_x86_64.cc | 4066 void X86_64Assembler::cmpb(const Address& address, const Immediate& imm) { in cmpb() function in art::x86_64::X86_64Assembler
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 1688 __ 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
|
D | code_generator_x86.cc | 1269 __ 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
|