Lines Matching defs:width
934 // Push or pop up to 4 registers of the same width to or from the stack,
1189 unsigned width) {
1194 bfi(rd, rn, lsb, width);
1196 void Bfc(const Register& rd, unsigned lsb, unsigned width) {
1200 bfc(rd, lsb, width);
1205 unsigned width) {
1210 bfxil(rd, rn, lsb, width);
2404 unsigned width) {
2409 sbfiz(rd, rn, lsb, width);
2424 unsigned width) {
2429 sbfx(rd, rn, lsb, width);
2696 unsigned width) {
2701 ubfiz(rd, rn, lsb, width);
2716 unsigned width) {
2721 ubfx(rd, rn, lsb, width);