Home
last modified time | relevance | path

Searched refs:IsPush (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp153 bool ParseSectionArguments(bool IsPush, SMLoc loc);
369 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument
394 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments()
/external/v8/src/mips/
Dassembler-mips.h1065 static bool IsPush(Instr instr);
Dassembler-mips.cc448 bool Assembler::IsPush(Instr instr) { in IsPush() function in v8::internal::Assembler
/external/v8/src/mips64/
Dassembler-mips64.h1101 static bool IsPush(Instr instr);
Dassembler-mips64.cc426 bool Assembler::IsPush(Instr instr) { in IsPush() function in v8::internal::Assembler
/external/v8/src/arm/
Dassembler-arm.h1436 static bool IsPush(Instr instr);
Dassembler-arm.cc655 bool Assembler::IsPush(Instr instr) { in IsPush() function in v8::internal::Assembler
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp2002 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local
2003 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()