HomeSort by relevance Sort by last modified time
    Searched refs:fcsel (Results 1 - 16 of 16) sorted by null

  /external/llvm/test/MC/AArch64/
arm64-nv-cond.s 3 fcsel d28,d31,d31,nv label
8 // CHECK: fcsel d28, d31, d31, nv // encoding: [0xfc,0xff,0x7f,0x1e]
arm64-fp-encoding.s 226 fcsel h1, h2, h3, eq
227 fcsel s1, s2, s3, eq
228 fcsel d1, d2, d3, eq
230 ; FP16: fcsel h1, h2, h3, eq ; encoding: [0x41,0x0c,0xe3,0x1e]
232 ; NO-FP16-NEXT: fcsel h1, h2, h3, eq
233 ; CHECK: fcsel s1, s2, s3, eq ; encoding: [0x41,0x0c,0x23,0x1e]
234 ; CHECK: fcsel d1, d2, d3, eq ; encoding: [0x41,0x0c,0x63,0x1e]
basic-a64-diagnostics.s     [all...]
basic-a64-instructions.s     [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
float-fp16.s 30 fcsel s0, s0, s1, eq
31 fcsel h0, h0, h1, eq
float-fp16.d 29 [0-9a-f]+: 1e210c00 fcsel s0, s0, s1, eq
30 [0-9a-f]+: 1ee10c00 fcsel h0, h0, h1, eq
  /external/v8/src/arm64/
macro-assembler-arm64-inl.h 601 void MacroAssembler::Fcsel(const FPRegister& fd,
607 fcsel(fd, fn, fm, cond);
    [all...]
assembler-arm64.h     [all...]
assembler-arm64.cc 2028 void Assembler::fcsel(const FPRegister& fd, function in class:v8::internal::Assembler
    [all...]
  /external/vixl/test/aarch64/
test-disasm-aarch64.cc     [all...]
test-trace-aarch64.cc 438 __ fcsel(d10, d14, d19, gt);
439 __ fcsel(s22, s18, s2, ge);
    [all...]
test-assembler-aarch64.cc     [all...]
  /external/capstone/suite/MC/AArch64/
basic-a64-instructions.s.cs 701 0x83,0x5e,0x29,0x1e = fcsel s3, s20, s9, pl
702 0x49,0x4d,0x6b,0x1e = fcsel d9, d10, d11, mi
    [all...]
  /external/vixl/src/aarch64/
assembler-aarch64.h     [all...]
macro-assembler-aarch64.h     [all...]
assembler-aarch64.cc     [all...]

Completed in 112 milliseconds