Home | History | Annotate | Download | only in arm

Lines Matching refs:xff

237     if ((imm & ~0xff) == 0)
241 if (((imm >> shift) & ~0xff) == 0)
244 if ((rotl(imm, 2) & ~0xff) == 0)
246 if ((rotl(imm, 4) & ~0xff) == 0)
248 if ((rotl(imm, 6) & ~0xff) == 0)
263 * ldrh/strh offset: between -0xff and 0xff
423 tcg_out_dat_imm(s, cond, ARITH_MVN, rd, 0, (~arg) & 0xff);
443 tcg_out_dat_imm(s, cond, opc, rd, rn, ((arg >> i) & 0xff) | rot);
444 arg &= ~(0xff << i);
520 tcg_out_dat_imm(s, cond, ARITH_AND, rd, rn, 0xff);
590 TCG_REG_R8, TCG_REG_R8, 0xff | 0x800);
788 if (offset > 0xff || offset < -0xff) {
798 if (offset > 0xff || offset < -0xff) {
808 if (offset > 0xff || offset < -0xff) {
828 if (offset > 0xff || offset < -0xff) {
1127 ((offset >> i) & 0xff) | rot);
1129 offset &= ~(0xff << i);
1367 ((offset >> i) & 0xff) | rot);
1369 offset &= ~(0xff << i);