Searched defs:IsBranch (Results 1 – 9 of 9) sorted by relevance
20 uint64_t Address, bool IsBranch, in tryAddingSymbolicOperand()
39 bool IsBranch, in tryAddingSymbolicOperand()
62 bool IsBranch, uint64_t Offset, uint64_t InstSize) { in tryAddingSymbolicOperand()
209 static bool tryAddingSymbolicOperand(int64_t Value, bool IsBranch, in tryAddingSymbolicOperand()
371 bool IsBranch() const { return mode_ == kFlags_branch; } in IsBranch() function
314 bool Assembler::IsBranch(Instr instr) { return ((instr & kOpcodeMask) == BCX); } in IsBranch() function in v8::internal::Assembler
483 bool Assembler::IsBranch(Instr instr) { in IsBranch() function in v8::internal::Assembler
465 bool Assembler::IsBranch(Instr instr) { in IsBranch() function in v8::internal::Assembler
625 bool Assembler::IsBranch(Instr instr) { in IsBranch() function in v8::internal::Assembler