Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/libs/binary_translation/heavy_optimizer/riscv64/
Dfrontend_tests.cc145 auto* cmpb = *std::next(loop_bb->insn_list().rbegin()); in TEST() local
Dfrontend.cc236 auto* cmpb = ir->NewInsn<x86_64::CmpbMemBaseDispImm>( in ReplaceJumpWithBranch() local
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmemmove_test.go203 func cmpb(a, b []byte) int { func
/aosp_15_r20/art/compiler/utils/x86/
H A Djni_macro_assembler_x86.cc585 __ cmpb(Address::Absolute(address), Immediate(0)); in TestByteAndJumpIfNotZero() local
H A Dassembler_x86.cc3003 void X86Assembler::cmpb(const Address& address, const Immediate& imm) { in cmpb() function in art::x86::X86Assembler
/aosp_15_r20/art/compiler/utils/x86_64/
H A Djni_macro_assembler_x86_64.cc655 __ cmpb(Address(scratch, 0), Immediate(0)); in TestByteAndJumpIfNotZero() local
H A Dassembler_x86_64.cc4066 void X86_64Assembler::cmpb(const Address& address, const Immediate& imm) { in cmpb() function in art::x86_64::X86_64Assembler
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_x86_64.cc1707 __ cmpb(Address(CpuRegister(TMP), 0), in GenerateMethodEntryExitHook() local
1862 __ cmpb(Address(CpuRegister(TMP), kClassStatusByteOffset), in GenerateFrameEntry() local
1868 __ cmpb(Address(CpuRegister(TMP), kClassStatusByteOffset), in GenerateFrameEntry() local
6343 __ cmpb(Address(temp, card, TIMES_1, 0), Immediate(gc::accounting::CardTable::kCardClean)); in CheckGCCardIsValid() local
6663 __ cmpb(Address(class_reg, kClassStatusByteOffset), Immediate(kShiftedVisiblyInitializedValue)); in GenerateClassInitializationCheck() local
H A Dcode_generator_x86.cc1270 __ cmpb(Address::Absolute(address + offset.Int32Value()), in GenerateMethodEntryExitHook() local
1398 __ cmpb(Address(EBP, kClassStatusByteOffset), Immediate(kShiftedVisiblyInitializedValue)); in GenerateFrameEntry() local
1403 __ cmpb(Address(EBP, kClassStatusByteOffset), Immediate(kShiftedInitializingValue)); in GenerateFrameEntry() local
6022 __ cmpb(Address(temp, card, TIMES_1, 0), Immediate(gc::accounting::CardTable::kCardClean)); in CheckGCCardIsValid() local
7588 __ cmpb(Address(class_reg, kClassStatusByteOffset), Immediate(kShiftedVisiblyInitializedValue)); in GenerateClassInitializationCheck() local