Home
last modified time | relevance | path

Searched defs:bne (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/art/dex2oat/linker/arm/
H A Drelative_patcher_thumb2_test.cc758 uint32_t bne = BneWWithOffset(GetMethodOffset(method_idx) + kLiteralOffset, thunk_offset); in TestBakerFieldWide() local
862 uint32_t bne = BneWWithOffset(GetMethodOffset(method_idx) + kLiteralOffset, thunk_offset); in TestBakerFieldNarrow() local
1059 const uint32_t bne = in TEST_F() local
1166 uint32_t bne = BneWWithOffset(GetMethodOffset(method_idx) + kLiteralOffset, thunk_offset); in TEST_F() local
1243 uint32_t bne = BneWWithOffset(GetMethodOffset(method_idx) + kLiteralOffset, thunk_offset); in TEST_F() local
1298 uint32_t bne = BneWWithOffset(GetMethodOffset(method_idx) + kLiteralOffset, thunk_offset); in TEST_F() local
/aosp_15_r20/external/musl/src/thread/powerpc/
H A Dclone.s52 bne cr7, 2f label
/aosp_15_r20/external/trusty/musl/src/thread/powerpc/
Dclone.s52 bne cr7, 2f label
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DGridSampler.cu247 opmath_t bne = (ix - ix_tsw) * (iy_tsw - iy) * (iz - iz_tsw); in grid_sampler_3d_kernel() local
628 scalar_t bne = (ix - ix_tsw) * (iy_tsw - iy) * (iz - iz_tsw); in grid_sampler_3d_backward_kernel() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DGridSampler.cpp141 scalar_t bne = (ix - ix_tsw) * (iy_tsw - iy) * (iz - iz_tsw); in grid_sampler_3d_cpu_impl() local
342 scalar_t bne = (ix - ix_tsw) * (iy_tsw - iy) * (iz - iz_tsw); in grid_sampler_3d_backward_cpu_impl() local
/aosp_15_r20/external/tpm2-tss/src/tss2-esys/
H A Desys_crypto_ossl.c562 BIGNUM* bne = NULL; in iesys_cryptossl_pk_encrypt() local
H A Desys_crypto_bssl.c551 BIGNUM* bne = NULL; in iesys_cryptbssl_pk_encrypt() local
/aosp_15_r20/external/llvm/test/MC/Lanai/
H A Dv11.s67 bne 0x123454 label
/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Daarch32-assembler.h377 void bne(Label& l) { b(kNE, l); } in bne() function
/aosp_15_r20/external/boringssl/src/crypto/curve25519/asm/
H A Dx25519-asm-arm.S2011 bne ._skipfinalcopy label
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/curve25519/asm/
Dx25519-asm-arm.S2019 bne ._skipfinalcopy label
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/curve25519/asm/
H A Dx25519-asm-arm.S2011 bne ._skipfinalcopy label
/aosp_15_r20/external/rust/android-crates-io/crates/ring/crypto/curve25519/asm/
Dx25519-asm-arm.S2011 bne ._skipfinalcopy label
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/curve25519/asm/
Dx25519-asm-arm.S2019 bne ._skipfinalcopy label
/aosp_15_r20/frameworks/libs/binary_translation/assembler/instructions/
Dinsn_def_riscv.json109 "bne": { "opcode": "0000_1063", "type": "B-Type" } object