Searched refs:ngc (Results 1 - 9 of 9) sorted by relevance
/external/llvm/test/MC/AArch64/ |
H A D | arm64-aliases.s | 260 ngc w1, w2 261 ngc x1, x2 265 ; CHECK: ngc w1, w2 266 ; CHECK: ngc x1, x2
|
H A D | basic-a64-diagnostics.s | 697 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 D | basic-a64-instructions.s | 894 // 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/v8/test/cctest/ |
H A D | test-disasm-arm64.cc | 449 COMPARE(ngc(w24, Operand(w25)), "ngc w24, w25"); 450 COMPARE(ngc(x26, Operand(cp)), "ngc x26, cp");
|
/external/v8/src/arm64/ |
H A D | assembler-arm64.h | 1072 void ngc(const Register& rd,
|
H A D | assembler-arm64.cc | 1171 void Assembler::ngc(const Register& rd, const Operand& operand) { function in class:v8::internal::Assembler
|
/external/vixl/src/vixl/a64/ |
H A D | assembler-a64.h | 1365 void ngc(const Register& rd,
|
H A D | assembler-a64.cc | 975 void Assembler::ngc(const Register& rd, const Operand& operand) {
|
/external/vixl/test/ |
H A D | test-disasm-a64.cc | 448 COMPARE(ngc(w24, Operand(w25)), "ngc w24, w25"); 449 COMPARE(ngc(x26, Operand(x27)), "ngc x26, x27");
|
Completed in 175 milliseconds