Home
last modified time | relevance | path

Searched refs:IsPush (Results 1 – 25 of 88) sorted by last modified time

1234

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp156 bool ParseSectionArguments(bool IsPush, SMLoc loc);
522 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument
558 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2495 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local
2496 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/M68k/
H A DM68kInstrInfo.h316 bool IsPush) const;
H A DM68kInstrInfo.cpp473 const MCInstrDesc &Desc, bool IsPush) const { in ExpandPUSH_POP()
479 if (IsPush) in ExpandPUSH_POP()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/MC/MCParser/
H A DELFAsmParser.cpp156 bool ParseSectionArguments(bool IsPush, SMLoc loc);
522 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument
558 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/M68k/
H A DM68kInstrInfo.h316 bool IsPush) const;
H A DM68kInstrInfo.cpp473 const MCInstrDesc &Desc, bool IsPush) const { in ExpandPUSH_POP()
479 if (IsPush) in ExpandPUSH_POP()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2495 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local
2496 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/M68k/
H A DM68kInstrInfo.h316 bool IsPush) const;
H A DM68kInstrInfo.cpp473 const MCInstrDesc &Desc, bool IsPush) const { in ExpandPUSH_POP()
479 if (IsPush) in ExpandPUSH_POP()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2495 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local
2496 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp156 bool ParseSectionArguments(bool IsPush, SMLoc loc);
522 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument
558 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp473 const MCInstrDesc &Desc, bool IsPush) const { in ExpandPUSH_POP()
479 if (IsPush) in ExpandPUSH_POP()
H A DM68kInstrInfo.h316 bool IsPush) const;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2495 bool IsPush = isPushOpcode(MI->getOpcode());
2496 if (!IsPush && !IsPop)
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp156 bool ParseSectionArguments(bool IsPush, SMLoc loc);
522 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument
558 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/asm/
H A Dasm.go68 if it.op.IsPush() {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/vm/
H A Dopcodes.go27 func (op OpCode) IsPush() bool { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/tracers/js/
H A Dtracer.go108 vm.PushGoFunction(func(ctx *duktape.Context) int { ctx.PushBoolean(ow.op.IsPush()); return 1 })
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp156 bool ParseSectionArguments(bool IsPush, SMLoc loc);
505 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument
541 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp473 const MCInstrDesc &Desc, bool IsPush) const { in ExpandPUSH_POP()
479 if (IsPush) in ExpandPUSH_POP()
H A DM68kInstrInfo.h316 bool IsPush) const;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2495 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local
2496 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()
/dports/lang/v8/v8-9.6.180.12/src/codegen/mips/
H A Dassembler-mips.h1487 static bool IsPush(Instr instr);
/dports/lang/v8/v8-9.6.180.12/src/codegen/mips64/
H A Dassembler-mips64.cc400 bool Assembler::IsPush(Instr instr) { in IsPush() function in v8::internal::Assembler

1234