Home
last modified time | relevance | path

Searched refs:NEED (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/llvm/test/MC/RISCV/
Dmachine-csr-names-invalid.s2 # RUN: | FileCheck -check-prefixes=CHECK-NEED-RV32 %s
6 csrrs t1, pmpcfg1, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires an op…
7 csrrs t1, pmpcfg3, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires an op…
9 csrrs t1, mcycleh, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires an op…
10 csrrs t1, minstreth, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires an …
12 csrrs t1, mhpmcounter3h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires…
13 csrrs t1, mhpmcounter4h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires…
14 csrrs t1, mhpmcounter5h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires…
15 csrrs t1, mhpmcounter6h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires…
16 csrrs t1, mhpmcounter7h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires…
[all …]
Duser-csr-names-invalid.s2 # RUN: | FileCheck -check-prefixes=CHECK-NEED-RV32 %s
6 csrrs t1, cycleh, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires an opt…
7 csrrs t1, timeh, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires an opti…
8 csrrs t1, instreth, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires an o…
10 csrrs t1, hpmcounter3h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires …
11 csrrs t1, hpmcounter4h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires …
12 csrrs t1, hpmcounter5h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires …
13 csrrs t1, hpmcounter6h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires …
14 csrrs t1, hpmcounter7h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires …
15 csrrs t1, hpmcounter8h, zero # CHECK-NEED-RV32: :[[@LINE]]:11: error: system register use requires …
[all …]
/external/llvm-project/lld/test/ELF/linkerscript/
Ddiscard-gnu-version.s9 # RUN: llvm-readelf -S -d %t.so | FileCheck --check-prefixes=SYM,DEF,NEED %s
13 # NEED: .gnu.version_r
18 # NEED: (VERNEED)
19 # NEED: (VERNEEDNUM)
30 # RUN: llvm-readelf -S -d %t.noversym.so | FileCheck --check-prefixes=DEF,NEED %s \
36 # RUN: llvm-readelf -S -d %t.noverdef.so | FileCheck --check-prefixes=SYM,NEED %s \
/external/autotest/client/tests/parallel_dd/
Dcontrol12 # YOU NEED TO SPECIFY A FILESYSTEM
/external/elfutils/src/
Dreadelf.c4373 #define NEED(n) if (len < (Dwarf_Word) (n)) goto invalid in print_ops() macro
4374 #define CONSUME(n) NEED (n); else len -= (n) in print_ops()
4397 NEED (addrsize); in print_ops()
4420 NEED (ref_size); in print_ops()
4439 NEED (1); in print_ops()
4449 NEED (2); in print_ops()
4460 NEED (4); in print_ops()
4471 NEED (8); in print_ops()
4482 NEED (1); in print_ops()
4493 NEED (2); in print_ops()
[all …]
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Dsegment_ttck.cl12 // KERNEL WILL NEED TO BE UPDATED
Dpaths_copy.cl174 …// FIXME ^^^^^ THE IDX PROBABLY DOESN'T NEED TO BE SHIFTED TWICE AND WE CAN SAVE A FEW INSTRUCTIONS
289 …// FIXME ^^^^^ THE IDX PROBABLY DOESN'T NEED TO BE SHIFTED TWICE AND WE CAN SAVE A FEW INSTRUCTIONS
327 …// FIXME ^^^^^ THE IDX PROBABLY DOESN'T NEED TO BE SHIFTED TWICE AND WE CAN SAVE A FEW INSTRUCTIONS
Dsegment_ttrk.cl12 // KERNEL WILL NEED TO BE UPDATED
Dprefix.cl176 // CPU/SIMD -- ITERATE OVER VECTOR, NO NEED FOR ATOMICS
Drender.cl1556 // FIXME -- NEED TO HARMONIZE BYTE AND COMPONENT COLOR CHANNEL
1607 // FIXME -- NEED TO HARMONIZE BYTE AND COMPONENT COLOR CHANNEL
/external/ImageMagick/PerlMagick/
DREADME.txt93 4) You NEED TO have ImageMagick's directory in your PATH. Note: we are
/external/openscreen/build/config/
DBUILDCONFIG.gn56 # YOU SHOULD ALMOST NEVER NEED TO ADD FLAGS TO THIS FILE. GN allows any file in
/external/oboe/docs/
DAppsUsingOboe.md11 …ls?id=com.hitrolab.audioeditor) | THE ONLY AUDIO EDITOR APP YOU WILL EVER NEED | HitroLab | Using …
/external/python/cpython2/Objects/
Dlistobject.c1448 #define MERGE_GETMEM(MS, NEED) ((NEED) <= (MS)->alloced ? 0 : \ argument
1449 merge_getmem(MS, NEED))
/external/python/cpython3/Objects/
Dlistobject.c1569 #define MERGE_GETMEM(MS, NEED) ((NEED) <= (MS)->alloced ? 0 : \ argument
1570 merge_getmem(MS, NEED))
/external/llvm-project/llvm/docs/HistoricalNotes/
D2001-02-09-AdveCommentsResponse.txt62 + You NEED casts to represent things like:
/external/llvm/docs/HistoricalNotes/
D2001-02-09-AdveCommentsResponse.txt62 + You NEED casts to represent things like:
/external/google-breakpad/src/build/
Dcommon.gypi1021 # DON'T ADD ANYTHING NEW TO THIS BLOCK UNLESS YOU REALLY REALLY NEED IT!
/external/curl/packages/vms/
Dconfig_h.com1559 $! Process NEED directives
/external/strace/
DChangeLog50904 But after previous commit, we DO NOT NEED parent<->child link for anything.