Searched defs:sbb (Results 1 – 3 of 3) sorted by relevance
174 SsaBasicBlock sbb = SsaBasicBlock.newFromRop(rmeth, i, this); in convertRopToSsaBlocks() local
204 __ sbb(edx, Operand(ebx, ecx, times_4, 10000)); in TEST() local
1089 void Assembler::sbb(Register dst, const Operand& src) { in sbb() function in v8::internal::Assembler