Home
last modified time | relevance | path

Searched defs:IsNop (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.cc733 bool Assembler::IsNop(SixByteInstr instr, int type) { in IsNop() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.h400 bool IsNop(int n) { in IsNop() function in v8::internal::Instruction
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction.h950 bool IsNop() const { return arch_opcode() == kArchNop; } in IsNop() function in v8::internal::compiler::final
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.cc2041 bool Assembler::IsNop(Instr instr, int type) { in IsNop() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.cc412 bool Assembler::IsNop(Address addr) { in IsNop() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.cc465 bool Assembler::IsNop(Address addr) { in IsNop() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc596 bool Assembler::IsNop(Instr instr, unsigned int type) { in IsNop() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc644 bool Assembler::IsNop(Instr instr, unsigned int type) { in IsNop() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc376 bool Assembler::IsNop(Instr instr, unsigned int type) { in IsNop() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc5154 bool Assembler::IsNop(Instr instr, int type) { in IsNop() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.cc324 bool Assembler::IsNop(Instr instr) { return instr == kNopByte; } in IsNop() function in v8::internal::Assembler

Completed in 65 milliseconds