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

/external/llvm/test/MC/AArch64/
H A Darm64-aliases.s260 ngc w1, w2
261 ngc x1, x2
265 ; CHECK: ngc w1, w2
266 ; CHECK: ngc x1, x2
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.s882 // CHECK: ngc w9, w10 // encoding: [0xe9,0x03,0x0a,0x5a]
891 // CHECK: ngc x9, x10 // encoding: [0xe9,0x03,0x0a,0xda]
912 ngc w3, w12
913 ngc wzr, w9
914 ngc w23, wzr
915 // CHECK: ngc w3, w12 // encoding: [0xe3,0x03,0x0c,0x5a]
916 // CHECK: ngc wzr, w9 // encoding: [0xff,0x03,0x09,0x5a]
917 // CHECK: ngc w23, wzr // encoding: [0xf7,0x03,0x1f,0x5a]
919 ngc x29, x30
920 ngc xz
[all...]
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.h1140 void ngc(const Register& rd,
H A Dassembler-arm64.cc1165 void Assembler::ngc(const Register& rd, const Operand& operand) { function in class:v8::internal::Assembler
/external/vixl/src/a64/
H A Dassembler-a64.h792 void ngc(const Register& rd,
H A Dassembler-a64.cc625 void Assembler::ngc(const Register& rd, const Operand& operand) { function in class:vixl::Assembler
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-arm64.cc437 COMPARE(ngc(w24, Operand(w25)), "ngc w24, w25");
438 COMPARE(ngc(x26, Operand(cp)), "ngc x26, cp");
/external/vixl/test/
H A Dtest-disasm-a64.cc398 COMPARE(ngc(w24, Operand(w25)), "ngc w24, w25");
399 COMPARE(ngc(x26, Operand(x27)), "ngc x26, x27");

Completed in 540 milliseconds