HomeSort by relevance Sort by last modified time
    Searched full:w16 (Results 76 - 100 of 109) sorted by null

1 2 34 5

  /art/compiler/utils/arm64/
managed_register_arm64_test.cc 84 wreg = Arm64ManagedRegister::FromWRegister(W16);
    [all...]
  /external/vixl/test/aarch64/
test-trace-aarch64.cc 59 __ add(w15, w16, w17);
69 __ asrv(w15, w16, w17);
214 __ ldurh(w16, MemOperand(x0, 3));
233 __ lsr(w15, w16, 4);
257 __ negs(w16, w17);
272 __ rev(w16, w17);
283 __ sbfiz(w16, w17, 2, 3);
340 __ stxrb(w16, w17, MemOperand(x0));
352 __ sxtw(w16, w17);
454 __ fcvtau(w16, d2)
    [all...]
  /external/llvm/test/MC/AArch64/
basic-a64-instructions.s 631 cmn w16, w17, lsr #31
634 // CHECK: cmn w16, w17, lsr #31 // encoding: [0x1f,0x7e,0x51,0x2b]
    [all...]
arm64-arithmetic-encoding.s 569 CSEL W16, W7, W27, EQ
587 ; CHECK: csel w16, w7, w27, eq ; encoding: [0xf0,0x00,0x9b,0x1a]
  /external/webrtc/webrtc/common_audio/vad/
vad_filterbank.c 86 // The filter can only cause overflow (in the w16 output variable)
  /external/llvm/test/MC/Disassembler/AArch64/
basic-a64-instructions.txt 306 # CHECK: cmn w16, w17, lsr #31
356 # CHECK: cmp w16, w17, lsr #31
407 # CHECK: {{sub w16, wzr|neg w16}}, w15, asr #0
457 # CHECK: {{subs w16, wzr|negs w16}}, w15, asr #0
1052 # CHECK: crc32cx w18, w16, xzr
    [all...]
  /external/vixl/test/test-trace-reference/
log-disasm 5 0x~~~~~~~~~~~~~~~~ 0b11020f add w15, w16, w17
15 0x~~~~~~~~~~~~~~~~ 1ad12a0f asr w15, w16, w17
109 0x~~~~~~~~~~~~~~~~ 085ffc10 ldaxrb w16, [x0]
160 0x~~~~~~~~~~~~~~~~ 78403010 ldurh w16, [x0, #3]
179 0x~~~~~~~~~~~~~~~~ 53047e0f lsr w15, w16, #4
203 0x~~~~~~~~~~~~~~~~ 6b1103f0 negs w16, w17
218 0x~~~~~~~~~~~~~~~~ 5ac00a30 rev w16, w17
229 0x~~~~~~~~~~~~~~~~ 131e0a30 sbfiz w16, w17, #2, #3
286 0x~~~~~~~~~~~~~~~~ 08107c11 stxrb w16, w17, [x0]
298 0x~~~~~~~~~~~~~~~~ 13007e30 sbfx w16, w17, #0, #3
    [all...]
log-disasm-colour 5 0x~~~~~~~~~~~~~~~~ 0b11020f add w15, w16, w17
15 0x~~~~~~~~~~~~~~~~ 1ad12a0f asr w15, w16, w17
109 0x~~~~~~~~~~~~~~~~ 085ffc10 ldaxrb w16, [x0]
160 0x~~~~~~~~~~~~~~~~ 78403010 ldurh w16, [x0, #3]
179 0x~~~~~~~~~~~~~~~~ 53047e0f lsr w15, w16, #4
203 0x~~~~~~~~~~~~~~~~ 6b1103f0 negs w16, w17
218 0x~~~~~~~~~~~~~~~~ 5ac00a30 rev w16, w17
229 0x~~~~~~~~~~~~~~~~ 131e0a30 sbfiz w16, w17, #2, #3
286 0x~~~~~~~~~~~~~~~~ 08107c11 stxrb w16, w17, [x0]
298 0x~~~~~~~~~~~~~~~~ 13007e30 sbfx w16, w17, #0, #3
    [all...]
log-all 75 0x~~~~~~~~~~~~~~~~ 0b11020f add w15, w16, w17
99 0x~~~~~~~~~~~~~~~~ 1ad12a0f asr w15, w16, w17
284 0x~~~~~~~~~~~~~~~~ 085ffc10 ldaxrb w16, [x0]
425 0x~~~~~~~~~~~~~~~~ 78403010 ldurh w16, [x0, #3]
465 0x~~~~~~~~~~~~~~~~ 53047e0f lsr w15, w16, #4
513 0x~~~~~~~~~~~~~~~~ 6b1103f0 negs w16, w17
544 0x~~~~~~~~~~~~~~~~ 5ac00a30 rev w16, w17
568 0x~~~~~~~~~~~~~~~~ 131e0a30 sbfiz w16, w17, #2, #3
706 0x~~~~~~~~~~~~~~~~ 08107c11 stxrb w16, w17, [x0]
732 0x~~~~~~~~~~~~~~~~ 13007e30 sbfx w16, w17, #0, #3
    [all...]
  /external/llvm/test/CodeGen/X86/
avx2-vbroadcast.ll 86 define <8 x i16> @W16(i16* %ptr) nounwind uwtable readnone ssp {
87 ; X32-LABEL: W16:
93 ; X64-LABEL: W16:
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
aarch64.cc     [all...]
  /external/skia/src/jumper/
SkJumper_generated.S     [all...]
  /external/valgrind/memcheck/
mc_main.c 4023 UShort* w16 = &sm->vabits16[v_off16]; local
    [all...]
  /art/compiler/utils/mips/
assembler_mips32r5_test.cc 194 vec_registers_.push_back(new mips::VectorRegister(mips::W16));
assembler_mips32r6_test.cc 207 vec_registers_.push_back(new mips::VectorRegister(mips::W16));
    [all...]
  /external/v8/src/compiler/
instruction.cc 196 os << "|w16";
    [all...]
  /external/valgrind/VEX/priv/
ir_opt.c 1549 UShort w16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16; local
1555 UShort w16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16; local
    [all...]
  /external/vixl/src/aarch64/
debugger-aarch64.cc 551 {"w16", NULL},
    [all...]
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp 405 AArch64::W15, AArch64::W16, AArch64::W17, AArch64::W18, AArch64::W19,
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/include/
signal_processing_library.h     [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
isac.c     [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elfnn-aarch64.c 236 0x10, 0x22, 0x00, 0x11, /* add w16, w16,#PLT_GOT+0x8 */
255 0x10, 0x02, 0x00, 0x11, /* add w16, w16, :lo12:PLTGOT + n * 4 */
    [all...]
  /art/runtime/arch/arm64/
quick_entrypoints_arm64.S     [all...]
  /external/v8/src/arm64/
assembler-arm64.h 316 ALIAS_REGISTER(Register, wip0, w16);
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 842 milliseconds

1 2 34 5