HomeSort by: relevance | last modified time | path
    Searched defs:ifmt (Results 1 - 5 of 5) sorted by relevancy

  /src/distrib/utils/tls/
tls.c 93 int ifmt; local
101 ifmt = (st.st_mode >> 12) & 15;
102 ifmt_c = ifmt_name[ifmt];
  /src/external/gpl3/gcc/dist/gcc/
real.cc 1400 const struct real_format *tfmt, *ifmt;
1402 ifmt = REAL_MODE_FORMAT (imode);
1406 return (ifmt->b == tfmt->b
1407 && ifmt->p > 2 * tfmt->p
1408 && ifmt->emin < 2 * tfmt->emin - tfmt->p - 2
1409 && ifmt->emin < tfmt->emin - tfmt->emax - tfmt->p - 2
1410 && ifmt->emax > 2 * tfmt->emax + 2
1411 && ifmt->emax > tfmt->emax - tfmt->emin + tfmt->p + 2
1412 && ifmt->round_towards_zero == tfmt->round_towards_zero
1413 && (ifmt->has_sign_dependent_roundin
1397 const struct real_format *tfmt, *ifmt; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
real.cc 1366 const struct real_format *tfmt, *ifmt;
1368 ifmt = REAL_MODE_FORMAT (imode);
1372 return (ifmt->b == tfmt->b
1373 && ifmt->p > 2 * tfmt->p
1374 && ifmt->emin < 2 * tfmt->emin - tfmt->p - 2
1375 && ifmt->emin < tfmt->emin - tfmt->emax - tfmt->p - 2
1376 && ifmt->emax > 2 * tfmt->emax + 2
1377 && ifmt->emax > tfmt->emax - tfmt->emin + tfmt->p + 2
1378 && ifmt->round_towards_zero == tfmt->round_towards_zero
1379 && (ifmt->has_sign_dependent_roundin
1363 const struct real_format *tfmt, *ifmt; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
xtensa-tdep.c 1112 xtensa_format ifmt; local
1139 ifmt = xtensa_format_decode (isa, ins);
1140 if (ifmt == XTENSA_UNDEFINED)
1142 ilen = xtensa_format_length (isa, ifmt);
1145 islots = xtensa_format_num_slots (isa, ifmt);
1151 if (xtensa_format_get_slot (isa, ifmt, is, ins, slot))
1154 opc = xtensa_opcode_decode (isa, ifmt, is, slot);
1168 if (xtensa_operand_get_field (isa, opc, 1, ifmt,
1175 if (xtensa_operand_get_field (isa, opc, 0, ifmt, is, slot,
1992 xtensa_format ifmt; local
2352 xtensa_format ifmt; \/* libisa instruction format. *\/ local
2767 xtensa_format ifmt; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
xtensa-tdep.c 1112 xtensa_format ifmt; local
1139 ifmt = xtensa_format_decode (isa, ins);
1140 if (ifmt == XTENSA_UNDEFINED)
1142 ilen = xtensa_format_length (isa, ifmt);
1145 islots = xtensa_format_num_slots (isa, ifmt);
1151 if (xtensa_format_get_slot (isa, ifmt, is, ins, slot))
1154 opc = xtensa_opcode_decode (isa, ifmt, is, slot);
1168 if (xtensa_operand_get_field (isa, opc, 1, ifmt,
1175 if (xtensa_operand_get_field (isa, opc, 0, ifmt, is, slot,
1992 xtensa_format ifmt; local
2352 xtensa_format ifmt; \/* libisa instruction format. *\/ local
2767 xtensa_format ifmt; local
    [all...]

Completed in 35 milliseconds