Searched refs:Ngc (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64-inl.h | 219 void MacroAssembler::Ngc(const Register& rd, const Operand& operand) { in Ngc() function in v8::internal::MacroAssembler
|
H A D | macro-assembler-arm64.h | 1543 inline void Ngc(const Register& rd, const Operand& operand);
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.cc | 5800 __ Ngc(x11, Operand(0xffffffff00000000)); 5801 __ Ngc(w12, Operand(0xffff0000)); 5810 __ Ngc(x22, Operand(0xffffffff00000000)); 5811 __ Ngc(w23, Operand(0xffff0000)); 5944 __ Ngc(x13, Operand(x0)); 5947 __ Ngc(w14, Operand(w0));
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.cc | 1973 void MacroAssembler::Ngc(const Register& rd, const Operand& operand) { in Emit() function in vixl::aarch64::MacroAssembler
|
H A D | macro-assembler-aarch64.h | 832 void Ngc(const Register& rd, const Operand& operand);
|
Completed in 37 milliseconds