Searched refs:ngc (Results 1 - 9 of 9) sorted by relevance

/external/llvm/test/MC/AArch64/
H A Dbasic-a64-diagnostics.s697 ngc wsp, w3
698 ngc w9, wsp
699 ngc sp, x9
700 ngc x2, sp
702 // CHECK-ERROR-NEXT: ngc wsp, w3
705 // CHECK-ERROR-NEXT: ngc w9, wsp
708 // CHECK-ERROR-NEXT: ngc sp, x9
711 // CHECK-ERROR-NEXT: ngc x2, sp
H A Dbasic-a64-instructions.s894 // CHECK: ngc w9, w10 // encoding: [0xe9,0x03,0x0a,0x5a]
903 // CHECK: ngc x9, x10 // encoding: [0xe9,0x03,0x0a,0xda]
924 ngc w3, w12
925 ngc wzr, w9
926 ngc w23, wzr
927 // CHECK: ngc w3, w12 // encoding: [0xe3,0x03,0x0c,0x5a]
928 // CHECK: ngc wzr, w9 // encoding: [0xff,0x03,0x09,0x5a]
929 // CHECK: ngc w23, wzr // encoding: [0xf7,0x03,0x1f,0x5a]
931 ngc x29, x30
932 ngc xz
[all...]
/external/capstone/suite/MC/AArch64/
H A 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/v8/src/arm64/
H A Dassembler-arm64.h1072 void ngc(const Register& rd,
H A Dassembler-arm64.cc1174 void Assembler::ngc(const Register& rd, const Operand& operand) { function in class:v8::internal::Assembler
/external/vixl/src/aarch64/
H A Dassembler-aarch64.h638 void ngc(const Register& rd, const Operand& operand);
H A Dassembler-aarch64.cc480 void Assembler::ngc(const Register& rd, const Operand& operand) { function in class:vixl::aarch64::Assembler
/external/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc259 __ ngc(w20, w21);
260 __ ngc(x22, x23);
H A Dtest-disasm-aarch64.cc490 COMPARE(ngc(w24, Operand(w25)), "ngc w24, w25");
491 COMPARE(ngc(x26, Operand(x27)), "ngc x26, x27");

Completed in 212 milliseconds