HomeSort by relevance Sort by last modified time
    Searched refs:cneg (Results 201 - 225 of 228) sorted by null

1 2 3 4 5 6 7 8910

  /bionic/libc/arch-arm64/syscalls/
wait4.S 10 cneg x0, x0, hi
write.S 10 cneg x0, x0, hi
writev.S 10 cneg x0, x0, hi
  /art/runtime/interpreter/mterp/arm64/
fcmp.S 15 cneg w0, w0, $cond
op_cmp_long.S 9 cneg w0, w0, lt
  /bionic/libc/arch-arm64/bionic/
syscall.S 45 cneg x0, x0, hi
vfork.S 50 cneg x0, x0, hi
__bionic_clone.S 46 cneg x0, x0, hi
  /bionic/libc/arch-arm64/generic/bionic/
memcmp.S 105 cneg result, result, lo
strcmp.S 108 cneg result, result, lo
strncmp.S 146 cneg result, result, lo
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
alias.d 43 8c: da9eb7c0 cneg x0, x30, ge
44 90: da9eb7c0 cneg x0, x30, ge
alias.s 63 cneg x0, x30, ge
illegal.s 562 cneg w0, w1, al
563 cneg w0, w1, nv
illegal.l 563 [^:]*:562: Error: .*`cneg w0,w1,al'
564 [^:]*:563: Error: .*`cneg w0,w1,nv'
  /external/llvm/test/MC/AArch64/
basic-a64-diagnostics.s     [all...]
basic-a64-instructions.s     [all...]
  /art/runtime/interpreter/mterp/out/
mterp_arm64.S     [all...]
  /external/v8/src/arm64/
macro-assembler-arm64-inl.h 445 void MacroAssembler::Cneg(const Register& rd,
451 cneg(rd, rn, cond);
    [all...]
assembler-arm64.h     [all...]
assembler-arm64.cc 1387 void Assembler::cneg(const Register &rd, const Register &rn, Condition cond) { function in class:v8::internal::Assembler
    [all...]
  /external/vixl/test/aarch64/
test-trace-aarch64.cc 106 __ cneg(w13, w14, hi);
107 __ cneg(w13, w14, ls);
108 __ cneg(x15, x16, eq);
109 __ cneg(x15, x16, ne);
    [all...]
  /external/vixl/src/aarch64/
assembler-aarch64.h 854 void cneg(const Register& rd, const Register& rn, Condition cond);
    [all...]
macro-assembler-aarch64.h     [all...]
assembler-aarch64.cc 694 void Assembler::cneg(const Register& rd, const Register& rn, Condition cond) { function in class:vixl::aarch64::Assembler
    [all...]

Completed in 714 milliseconds

1 2 3 4 5 6 7 8910