Home | History | Annotate | Download | only in arm

Lines Matching full:bitfield

2230           instr->BitField(22, 22) | instr->BitField(19, 16);
2237 SRegister sreg = static_cast<SRegister>(instr->BitField(22, 22));
2241 switch (instr->BitField(7, 4)) {
2263 switch (instr->BitField(7, 4)) {
2927 // ubfx - unsigned bitfield extract.
2934 // sbfx - signed bitfield extract.
2948 // bfc or bfi - bitfield clear/insert.
2955 // bfi - bitfield insert.