Lines Matching refs:lbu
1080 lbu(scratch, source);
1083 lbu(scratch, MemOperand(source.rm(), source.offset() + 1));
1087 lbu(scratch, source);
1090 lbu(scratch, MemOperand(source.rm(), source.offset() + 1));
1114 lbu(rd, MemOperand(source.rm(), source.offset() + 1));
1115 lbu(scratch, source);
1117 lbu(rd, source);
1118 lbu(scratch, MemOperand(source.rm(), source.offset() + 1));
1122 lbu(scratch, source);
1123 lbu(rd, MemOperand(source.rm(), source.offset() + 1));
1125 lbu(scratch, MemOperand(source.rm(), source.offset() + 1));
1126 lbu(rd, source);
5049 lbu(t8, FieldMemOperand(t8, Map::kBitFieldOffset));