Lines Matching refs:Lbu
1221 Lbu(scratch, source); in Ulh()
1224 Lbu(scratch, MemOperand(source.rm(), source.offset() + 1)); in Ulh()
1228 Lbu(scratch, source); in Ulh()
1231 Lbu(scratch, MemOperand(source.rm(), source.offset() + 1)); in Ulh()
1254 Lbu(rd, MemOperand(source.rm(), source.offset() + 1)); in Ulhu()
1255 Lbu(scratch, source); in Ulhu()
1257 Lbu(rd, source); in Ulhu()
1258 Lbu(scratch, MemOperand(source.rm(), source.offset() + 1)); in Ulhu()
1262 Lbu(scratch, source); in Ulhu()
1263 Lbu(rd, MemOperand(source.rm(), source.offset() + 1)); in Ulhu()
1265 Lbu(scratch, MemOperand(source.rm(), source.offset() + 1)); in Ulhu()
1266 Lbu(rd, source); in Ulhu()
1416 void TurboAssembler::Lbu(Register rd, const MemOperand& rs) { in Lbu() function in v8::internal::TurboAssembler
5376 Lbu(t8, FieldMemOperand(t8, Map::kBitFieldOffset)); in AssertConstructor()