Home
last modified time | relevance | path

Searched refs:ngcs (Results 1 – 22 of 22) sorted by relevance

/external/llvm/test/MC/AArch64/
Dbasic-a64-diagnostics.s714 ngcs wsp, w3
715 ngcs w9, wsp
716 ngcs sp, x9
717 ngcs x2, sp
Dbasic-a64-instructions.s938 ngcs w3, w12
939 ngcs wzr, w9
940 ngcs w23, wzr
945 ngcs x29, x30
946 ngcs xzr, x0
947 ngcs x0, xzr
/external/capstone/suite/MC/AArch64/
Dbasic-a64-instructions.s.cs370 0xe9,0x03,0x0a,0x7a = ngcs w9, w10
374 0xe9,0x03,0x0a,0xfa = ngcs x9, x10
382 0xe3,0x03,0x0c,0x7a = ngcs w3, w12
383 0xff,0x03,0x09,0x7a = ngcs wzr, w9
384 0xf7,0x03,0x1f,0x7a = ngcs w23, wzr
385 0xfd,0x03,0x1e,0xfa = ngcs x29, x30
386 0xff,0x03,0x00,0xfa = ngcs xzr, x0
387 0xe0,0x03,0x1f,0xfa = ngcs x0, xzr
/external/llvm/test/MC/Disassembler/AArch64/
Dbasic-a64-instructions.txt558 # CHECK: ngcs w9, w10
567 # CHECK: ngcs x9, x10
588 # CHECK: ngcs w3, w12
589 # CHECK: ngcs wzr, w9
590 # CHECK: ngcs w23, wzr
595 # CHECK: ngcs x29, x30
596 # CHECK: ngcs xzr, x0
597 # CHECK: ngcs x0, xzr
/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc398 COMPARE(ngcs(w28, Operand(w29)), "ngcs w28, w29"); in TEST()
399 COMPARE(ngcs(x30, Operand(x0)), "ngcs x30, x0"); in TEST()
Dtest-trace-aarch64.cc263 __ ngcs(w24, w25); in GenerateTestSequenceBase() local
264 __ ngcs(x26, x27); in GenerateTestSequenceBase() local
Dtest-cpu-features-aarch64.cc391 TEST_NONE(ngcs_0, ngcs(w0, w1))
392 TEST_NONE(ngcs_1, ngcs(x0, x1))
/external/vixl/test/test-trace-reference/
Dlog-disasm-colour207 0x~~~~~~~~~~~~~~~~ 7a1903f8 ngcs w24, w25
208 0x~~~~~~~~~~~~~~~~ fa1b03fa ngcs x26, x27
Dlog-disasm207 0x~~~~~~~~~~~~~~~~ 7a1903f8 ngcs w24, w25
208 0x~~~~~~~~~~~~~~~~ fa1b03fa ngcs x26, x27
Dlog-cpufeatures-custom207 0x~~~~~~~~~~~~~~~~ 7a1903f8 ngcs w24, w25
208 0x~~~~~~~~~~~~~~~~ fa1b03fa ngcs x26, x27
Dlog-cpufeatures207 0x~~~~~~~~~~~~~~~~ 7a1903f8 ngcs w24, w25
208 0x~~~~~~~~~~~~~~~~ fa1b03fa ngcs x26, x27
Dlog-cpufeatures-colour207 0x~~~~~~~~~~~~~~~~ 7a1903f8 ngcs w24, w25
208 0x~~~~~~~~~~~~~~~~ fa1b03fa ngcs x26, x27
Dlog-all790 0x~~~~~~~~~~~~~~~~ 7a1903f8 ngcs w24, w25
793 0x~~~~~~~~~~~~~~~~ fa1b03fa ngcs x26, x27
/external/vixl/src/aarch64/
Dassembler-aarch64.h692 void ngcs(const Register& rd, const Operand& operand);
Dassembler-aarch64.cc574 void Assembler::ngcs(const Register& rd, const Operand& operand) { in ngcs() function in vixl::aarch64::Assembler
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td610 def : InstAlias<"ngcs $dst, $src", (SBCSWr GPR32:$dst, WZR, GPR32:$src)>;
611 def : InstAlias<"ngcs $dst, $src", (SBCSXr GPR64:$dst, XZR, GPR64:$src)>;
/external/capstone/arch/AArch64/
DAArch64GenAsmWriter.inc10491 AsmString = "ngcs $\x01, $\x03";
10503 AsmString = "ngcs $\x01, $\x03";
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td1200 def : InstAlias<"ngcs $dst, $src", (SBCSWr GPR32:$dst, WZR, GPR32:$src)>;
1201 def : InstAlias<"ngcs $dst, $src", (SBCSXr GPR64:$dst, XZR, GPR64:$src)>;
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md2006 void ngcs(const Register& rd, const Operand& operand)
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmMatcher.inc12545 "c\004ngcs\006nmatch\003nop\003nor\004nors\003not\004nots\003orn\004orns"
16809 …{ 3452 /* ngcs */, AArch64::SBCSWr, Convert__Reg1_0__regWZR__Reg1_1, AMFBS_None, { MCK_GPR32, MCK_…
16810 …{ 3452 /* ngcs */, AArch64::SBCSXr, Convert__Reg1_0__regXZR__Reg1_1, AMFBS_None, { MCK_GPR64, MCK_…
24182 …{ 3452 /* ngcs */, AArch64::SBCSWr, Convert__Reg1_0__regWZR__Reg1_1, AMFBS_None, { MCK_GPR32, MCK_…
24183 …{ 3452 /* ngcs */, AArch64::SBCSXr, Convert__Reg1_0__regXZR__Reg1_1, AMFBS_None, { MCK_GPR64, MCK_…
DAArch64GenAsmWriter.inc22604 /* 9515 */ "ngcs $\x01, $\x03\0"
DAArch64GenAsmWriter1.inc23325 /* 9493 */ "ngcs $\x01, $\x03\0"