Home
last modified time | relevance | path

Searched refs:ngc (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm-project/llvm/test/tools/llvm-mca/AArch64/Cortex/
DA55-basic-instructions.s213 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/test/MC/AArch64/
Dbasic-a64-diagnostics.s697 ngc wsp, w3
698 ngc w9, wsp
699 ngc sp, x9
700 ngc x2, sp
Dbasic-a64-instructions.s924 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-project/llvm/test/MC/AArch64/
Dbasic-a64-diagnostics.s711 ngc wsp, w3
712 ngc w9, wsp
713 ngc sp, x9
714 ngc x2, sp
Dbasic-a64-instructions.s924 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/
Dbasic-a64-instructions.s.cs362 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-project/llvm/test/MC/Disassembler/AArch64/
Dbasic-a64-instructions.txt542 # 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/llvm/test/MC/Disassembler/AArch64/
Dbasic-a64-instructions.txt540 # 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/icu/icu4c/source/data/locales/
Dzu.txt19 "} {kp} l m n {nc} {ngc} {ngq} {ngx} {nhl} {nk} {nkc} {nkq} {nkx} {nq} {ntsh}"
/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc387 COMPARE(ngc(w24, Operand(w25)), "ngc w24, w25"); in TEST()
388 COMPARE(ngc(x26, Operand(x27)), "ngc x26, x27"); in TEST()
Dtest-trace-aarch64.cc261 __ ngc(w20, w21); in GenerateTestSequenceBase() local
262 __ ngc(x22, x23); in GenerateTestSequenceBase() local
Dtest-cpu-features-aarch64.cc393 TEST_NONE(ngc_0, ngc(w0, w1))
394 TEST_NONE(ngc_1, ngc(x0, x1))
/external/webrtc/test/fuzzers/corpora/rtpdump-corpus/vp9/
Dvp9.rtpdump1210 …Αj�����^�IO� ~�O�hL� � RQ2t���g/�h`K��L� :s�c4n�m|� �3O�9z��<��b+�9�ngc� �6nd�V�h�w 2��&�…
/external/vixl/test/test-trace-reference/
Dlog-disasm205 0x~~~~~~~~~~~~~~~~ 5a1503f4 ngc w20, w21
206 0x~~~~~~~~~~~~~~~~ da1703f6 ngc x22, x23
Dlog-disasm-colour205 0x~~~~~~~~~~~~~~~~ 5a1503f4 ngc w20, w21
206 0x~~~~~~~~~~~~~~~~ da1703f6 ngc x22, x23
Dlog-cpufeatures-custom205 0x~~~~~~~~~~~~~~~~ 5a1503f4 ngc w20, w21
206 0x~~~~~~~~~~~~~~~~ da1703f6 ngc x22, x23
Dlog-cpufeatures205 0x~~~~~~~~~~~~~~~~ 5a1503f4 ngc w20, w21
206 0x~~~~~~~~~~~~~~~~ da1703f6 ngc x22, x23
Dlog-cpufeatures-colour205 0x~~~~~~~~~~~~~~~~ 5a1503f4 ngc w20, w21
206 0x~~~~~~~~~~~~~~~~ da1703f6 ngc x22, x23
Dlog-all786 0x~~~~~~~~~~~~~~~~ 5a1503f4 ngc w20, w21
788 0x~~~~~~~~~~~~~~~~ da1703f6 ngc x22, x23
/external/vixl/src/aarch64/
Dassembler-aarch64.h689 void ngc(const Register& rd, const Operand& operand);
Dassembler-aarch64.cc568 void Assembler::ngc(const Register& rd, const Operand& operand) { in ngc() function in vixl::aarch64::Assembler
/external/capstone/arch/AArch64/
DAArch64GenAsmWriter.inc10515 AsmString = "ngc $\x01, $\x03";
10527 AsmString = "ngc $\x01, $\x03";
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td608 def : InstAlias<"ngc $dst, $src", (SBCWr GPR32:$dst, WZR, GPR32:$src)>;
609 def : InstAlias<"ngc $dst, $src", (SBCXr GPR64:$dst, XZR, GPR64:$src)>;
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md2000 void ngc(const Register& rd, const Operand& operand)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td1198 def : InstAlias<"ngc $dst, $src", (SBCWr GPR32:$dst, WZR, GPR32:$src)>;
1199 def : InstAlias<"ngc $dst, $src", (SBCXr GPR64:$dst, XZR, GPR64:$src)>;

12