Searched refs:offsetbits (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64BranchFixupPass.cpp124 ImmBranch(MachineInstr *mi, unsigned offsetbits, bool cond) argument
125 : MI(mi), OffsetBits(offsetbits), IsCond(cond) {}
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c2710 static const unsigned char offsetbits[] = local
2718 (int)(sizeof(offsetbits)/sizeof(offsetbits[0]))
2846 if(offsetbits[offssymbol] > 0)
2850 if(offsetbits[offssymbol] > 4) {
2851 if (!rar_br_read_ahead(a, br, offsetbits[offssymbol] - 4))
2853 offs += rar_br_bits(br, offsetbits[offssymbol] - 4) << 4;
2854 rar_br_consume(br, offsetbits[offssymbol] - 4);
2880 if (!rar_br_read_ahead(a, br, offsetbits[offssymbol]))
2882 offs += rar_br_bits(br, offsetbits[offssymbo
[all...]
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-arm.c13495 unsigned offsetbits = inst.operands[1].imm * 2;
13515 inst.instruction |= offsetbits;
13485 unsigned offsetbits = inst.operands[1].imm * 2; local

Completed in 88 milliseconds