Searched defs:IsB (Results 1 – 3 of 3) sorted by relevance
167 bool IsB() const { return IsV() && Is8Bits(); } in IsB() function
346 bool IsB() const { return IsVRegister() && Is8Bits(); } in IsB() function
317 bool Assembler::IsB(Instr instr) { in IsB() function in v8::internal::Assembler