/external/llvm-project/llvm/test/MC/RISCV/ |
D | machine-csr-names-invalid.s | 2 # 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 …]
|
D | user-csr-names-invalid.s | 2 # 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/ |
D | discard-gnu-version.s | 9 # 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/ |
D | control | 12 # YOU NEED TO SPECIFY A FILESYSTEM
|
/external/elfutils/src/ |
D | readelf.c | 4373 #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/ |
D | segment_ttck.cl | 12 // KERNEL WILL NEED TO BE UPDATED
|
D | paths_copy.cl | 174 …// 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
|
D | segment_ttrk.cl | 12 // KERNEL WILL NEED TO BE UPDATED
|
D | prefix.cl | 176 // CPU/SIMD -- ITERATE OVER VECTOR, NO NEED FOR ATOMICS
|
D | render.cl | 1556 // FIXME -- NEED TO HARMONIZE BYTE AND COMPONENT COLOR CHANNEL 1607 // FIXME -- NEED TO HARMONIZE BYTE AND COMPONENT COLOR CHANNEL
|
/external/ImageMagick/PerlMagick/ |
D | README.txt | 93 4) You NEED TO have ImageMagick's directory in your PATH. Note: we are
|
/external/openscreen/build/config/ |
D | BUILDCONFIG.gn | 56 # YOU SHOULD ALMOST NEVER NEED TO ADD FLAGS TO THIS FILE. GN allows any file in
|
/external/oboe/docs/ |
D | AppsUsingOboe.md | 11 …ls?id=com.hitrolab.audioeditor) | THE ONLY AUDIO EDITOR APP YOU WILL EVER NEED | HitroLab | Using …
|
/external/python/cpython2/Objects/ |
D | listobject.c | 1448 #define MERGE_GETMEM(MS, NEED) ((NEED) <= (MS)->alloced ? 0 : \ argument 1449 merge_getmem(MS, NEED))
|
/external/python/cpython3/Objects/ |
D | listobject.c | 1569 #define MERGE_GETMEM(MS, NEED) ((NEED) <= (MS)->alloced ? 0 : \ argument 1570 merge_getmem(MS, NEED))
|
/external/llvm-project/llvm/docs/HistoricalNotes/ |
D | 2001-02-09-AdveCommentsResponse.txt | 62 + You NEED casts to represent things like:
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-09-AdveCommentsResponse.txt | 62 + You NEED casts to represent things like:
|
/external/google-breakpad/src/build/ |
D | common.gypi | 1021 # DON'T ADD ANYTHING NEW TO THIS BLOCK UNLESS YOU REALLY REALLY NEED IT!
|
/external/curl/packages/vms/ |
D | config_h.com | 1559 $! Process NEED directives
|
/external/strace/ |
D | ChangeLog | 50904 But after previous commit, we DO NOT NEED parent<->child link for anything.
|