Home
last modified time | relevance | path

Searched refs:arg_bits (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dsom.c1204 int arg_bits = HPPA_R_ARG_RELOC (bfd_reloc->addend); in som_reloc_call() local
1205 int rtn_bits = arg_bits & 0x3; in som_reloc_call()
1221 switch (arg_bits) in som_reloc_call()
1272 if ((arg_bits >> 6 & 0xf) == 0xe) in som_reloc_call()
1275 type += (3 * (arg_bits >> 8 & 3) + (arg_bits >> 6 & 3)) * 40; in som_reloc_call()
1276 if ((arg_bits >> 2 & 0xf) == 0xe) in som_reloc_call()
1279 type += (3 * (arg_bits >> 4 & 3) + (arg_bits >> 2 & 3)) * 4; in som_reloc_call()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dsom.c1330 int arg_bits = HPPA_R_ARG_RELOC (bfd_reloc->addend); local
1331 int rtn_bits = arg_bits & 0x3;
1347 switch (arg_bits)
1398 if ((arg_bits >> 6 & 0xf) == 0xe)
1401 type += (3 * (arg_bits >> 8 & 3) + (arg_bits >> 6 & 3)) * 40;
1402 if ((arg_bits >> 2 & 0xf) == 0xe)
1405 type += (3 * (arg_bits >> 4 & 3) + (arg_bits >> 2 & 3)) * 4;
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c2245 int arg_bits = TREE_INT_CST_LOW (TYPE_SIZE_UNIT (TREE_TYPE (tem))); local
2247 arg_bits = (((arg_bits + PARM_BOUNDARY - 1) / PARM_BOUNDARY)
2250 args_size += (arg_bits / BITS_PER_UNIT);