Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp143 bool ParseSectionArguments(bool IsPush, SMLoc loc);
361 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument
386 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments()
/external/v8/src/mips/
Dassembler-mips.h1117 static bool IsPush(Instr instr);
Dassembler-mips.cc431 bool Assembler::IsPush(Instr instr) { in IsPush() function in v8::internal::Assembler
/external/v8/src/mips64/
Dassembler-mips64.h1182 static bool IsPush(Instr instr);
Dassembler-mips64.cc412 bool Assembler::IsPush(Instr instr) { in IsPush() function in v8::internal::Assembler
/external/v8/src/arm/
Dassembler-arm.h1489 static bool IsPush(Instr instr);
Dassembler-arm.cc779 bool Assembler::IsPush(Instr instr) { in IsPush() function in v8::internal::Assembler
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp2047 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local
2048 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()