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

/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp143 bool ParseSectionArguments(bool IsPush, SMLoc loc);
342 if (ParseSectionArguments(/*IsPush=*/true, loc)) {
358 return ParseSectionArguments(/*IsPush=*/false, loc);
361 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { argument
386 if (IsPush && getLexer().isNot(AsmToken::String)) {
/external/v8/src/mips/
H A Dassembler-mips.h1118 static bool IsPush(Instr instr);
H A Dassembler-mips.cc436 bool Assembler::IsPush(Instr instr) { function in class:v8::internal::Assembler
/external/v8/src/mips64/
H A Dassembler-mips64.h1180 static bool IsPush(Instr instr);
H A Dassembler-mips64.cc418 bool Assembler::IsPush(Instr instr) { function in class:v8::internal::Assembler
/external/v8/src/arm/
H A Dassembler-arm.h1587 static bool IsPush(Instr instr);
H A Dassembler-arm.cc760 bool Assembler::IsPush(Instr instr) { function in class:v8::internal::Assembler
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2047 bool IsPush = isPushOpcode(MI->getOpcode()); local
2048 if (!IsPush && !IsPop)

Completed in 214 milliseconds