Searched defs:IsPush (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp153 bool ParseSectionArguments(bool IsPush, SMLoc loc);
385 if (ParseSectionArguments(/*IsPush=*/true, loc)) {
401 return ParseSectionArguments(/*IsPush=*/false, loc);
404 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { argument
427 if (IsPush && getLexer().isNot(AsmToken::String)) {
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc655 bool Assembler::IsPush(Instr instr) { function in class:v8::internal::Assembler
/external/chromium_org/v8/src/mips/
H A Dassembler-mips.cc448 bool Assembler::IsPush(Instr instr) { function in class:v8::internal::Assembler
/external/chromium_org/v8/src/mips64/
H A Dassembler-mips64.cc426 bool Assembler::IsPush(Instr instr) { function in class:v8::internal::Assembler
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1898 bool IsPush = isPushOpcode(MI->getOpcode()); local
1899 if (!IsPush && !IsPop)

Completed in 155 milliseconds