/external/llvm-project/llvm/test/tools/llvm-mca/AArch64/Cortex/ |
D | A55-basic-instructions.s | 213 ngc w9, w10 label 217 ngc x9, x10 label 227 ngc w3, w12 label 228 ngc wzr, w9 label 229 ngc w23, wzr label 230 ngc x29, x30 label 231 ngc xzr, x0 label 232 ngc x0, xzr label 1575 # CHECK-NEXT: 1 3 0.50 ngc w9, w10 1579 # CHECK-NEXT: 1 3 0.50 ngc x9, x10 [all …]
|
/external/llvm-project/llvm/test/MC/AArch64/ |
D | basic-a64-diagnostics.s | 711 ngc wsp, w3 712 ngc w9, wsp 713 ngc sp, x9 714 ngc x2, sp
|
D | basic-a64-instructions.s | 924 ngc w3, w12 925 ngc wzr, w9 926 ngc w23, wzr 931 ngc x29, x30 932 ngc xzr, x0 933 ngc x0, xzr
|
/external/llvm/test/MC/AArch64/ |
D | basic-a64-diagnostics.s | 697 ngc wsp, w3 698 ngc w9, wsp 699 ngc sp, x9 700 ngc x2, sp
|
D | basic-a64-instructions.s | 924 ngc w3, w12 925 ngc wzr, w9 926 ngc w23, wzr 931 ngc x29, x30 932 ngc xzr, x0 933 ngc x0, xzr
|
/external/capstone/suite/MC/AArch64/ |
D | basic-a64-instructions.s.cs | 362 0xe9,0x03,0x0a,0x5a = ngc w9, w10 366 0xe9,0x03,0x0a,0xda = ngc x9, x10 376 0xe3,0x03,0x0c,0x5a = ngc w3, w12 377 0xff,0x03,0x09,0x5a = ngc wzr, w9 378 0xf7,0x03,0x1f,0x5a = ngc w23, wzr 379 0xfd,0x03,0x1e,0xda = ngc x29, x30 380 0xff,0x03,0x00,0xda = ngc xzr, x0 381 0xe0,0x03,0x1f,0xda = ngc x0, xzr
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | basic-a64-instructions.txt | 540 # CHECK: ngc w9, w10 549 # CHECK: ngc x9, x10 574 # CHECK: ngc w3, w12 575 # CHECK: ngc wzr, w9 576 # CHECK: ngc w23, wzr 581 # CHECK: ngc x29, x30 582 # CHECK: ngc xzr, x0 583 # CHECK: ngc x0, xzr
|
/external/llvm-project/llvm/test/MC/Disassembler/AArch64/ |
D | basic-a64-instructions.txt | 542 # CHECK: ngc w9, w10 551 # CHECK: ngc x9, x10 576 # CHECK: ngc w3, w12 577 # CHECK: ngc wzr, w9 578 # CHECK: ngc w23, wzr 583 # CHECK: ngc x29, x30 584 # CHECK: ngc xzr, x0 585 # CHECK: ngc x0, xzr
|
/external/icu/icu4c/source/data/locales/ |
D | zu.txt | 19 "} {kp} l m n {nc} {ngc} {ngq} {ngx} {nhl} {nk} {nkc} {nkq} {nkx} {nq} {ntsh}"
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 387 COMPARE(ngc(w24, Operand(w25)), "ngc w24, w25"); in TEST() 388 COMPARE(ngc(x26, Operand(x27)), "ngc x26, x27"); in TEST()
|
D | test-trace-aarch64.cc | 261 __ ngc(w20, w21); in GenerateTestSequenceBase() local 262 __ ngc(x22, x23); in GenerateTestSequenceBase() local
|
D | test-cpu-features-aarch64.cc | 393 TEST_NONE(ngc_0, ngc(w0, w1)) 394 TEST_NONE(ngc_1, ngc(x0, x1))
|
/external/webrtc/test/fuzzers/corpora/rtpdump-corpus/vp9/ |
D | vp9.rtpdump | 1210 …Αj�����^�IO� ~�O�hL�� RQ2t���g/�h`K��L�:s�c4n�m|� �3O�9z��<��b+�9�ngc� �6nd�V�h�w2��&�…
|
/external/vixl/test/test-trace-reference/ |
D | log-disasm-colour | 205 0x~~~~~~~~~~~~~~~~ 5a1503f4 ngc w20, w21 206 0x~~~~~~~~~~~~~~~~ da1703f6 ngc x22, x23
|
D | log-disasm | 205 0x~~~~~~~~~~~~~~~~ 5a1503f4 ngc w20, w21 206 0x~~~~~~~~~~~~~~~~ da1703f6 ngc x22, x23
|
D | log-cpufeatures-custom | 205 0x~~~~~~~~~~~~~~~~ 5a1503f4 ngc w20, w21 206 0x~~~~~~~~~~~~~~~~ da1703f6 ngc x22, x23
|
D | log-cpufeatures-colour | 205 0x~~~~~~~~~~~~~~~~ 5a1503f4 ngc w20, w21 206 0x~~~~~~~~~~~~~~~~ da1703f6 ngc x22, x23
|
D | log-cpufeatures | 205 0x~~~~~~~~~~~~~~~~ 5a1503f4 ngc w20, w21 206 0x~~~~~~~~~~~~~~~~ da1703f6 ngc x22, x23
|
D | log-all | 786 0x~~~~~~~~~~~~~~~~ 5a1503f4 ngc w20, w21 788 0x~~~~~~~~~~~~~~~~ da1703f6 ngc x22, x23
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 689 void ngc(const Register& rd, const Operand& operand);
|
D | assembler-aarch64.cc | 568 void Assembler::ngc(const Register& rd, const Operand& operand) { in ngc() function in vixl::aarch64::Assembler
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 608 def : InstAlias<"ngc $dst, $src", (SBCWr GPR32:$dst, WZR, GPR32:$src)>; 609 def : InstAlias<"ngc $dst, $src", (SBCXr GPR64:$dst, XZR, GPR64:$src)>;
|
/external/capstone/arch/AArch64/ |
D | AArch64GenAsmWriter.inc | 10515 AsmString = "ngc $\x01, $\x03"; 10527 AsmString = "ngc $\x01, $\x03";
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 2000 void ngc(const Register& rd, const Operand& operand)
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 1341 def : InstAlias<"ngc $dst, $src", (SBCWr GPR32:$dst, WZR, GPR32:$src)>; 1342 def : InstAlias<"ngc $dst, $src", (SBCXr GPR64:$dst, XZR, GPR64:$src)>;
|