Searched refs:offsetbits (Results 1 – 2 of 2) sorted by relevance
2675 static const unsigned char offsetbits[] = in expand() local2810 if (offssymbol > (int)(sizeof(offsetbits)/sizeof(offsetbits[0]))) in expand()2813 if(offsetbits[offssymbol] > 0) in expand()2817 if(offsetbits[offssymbol] > 4) { in expand()2818 if (!rar_br_read_ahead(a, br, offsetbits[offssymbol] - 4)) in expand()2820 offs += rar_br_bits(br, offsetbits[offssymbol] - 4) << 4; in expand()2821 rar_br_consume(br, offsetbits[offssymbol] - 4); in expand()2847 if (!rar_br_read_ahead(a, br, offsetbits[offssymbol])) in expand()2849 offs += rar_br_bits(br, offsetbits[offssymbol]); in expand()2850 rar_br_consume(br, offsetbits[offssymbol]); in expand()
13503 unsigned offsetbits = inst.operands[1].imm * 2; in do_neon_ldm_stm() local13523 inst.instruction |= offsetbits; in do_neon_ldm_stm()