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

  /src/external/gpl3/binutils/dist/opcodes/
s390-mkopc.c 386 int flag_bits; local
475 flag_bits = 0;
483 flag_bits |= S390_INSTR_FLAG_OPTPARM;
487 flag_bits |= S390_INSTR_FLAG_OPTPARM2;
491 flag_bits |= S390_INSTR_FLAG_HTM;
495 flag_bits |= S390_INSTR_FLAG_VX;
499 flag_bits |= S390_INSTR_FLAGS_CLASS_JUMP;
503 flag_bits |= S390_INSTR_FLAGS_CLASS_CONDJUMP;
507 flag_bits |= S390_INSTR_FLAGS_CLASS_JUMPSR;
518 insertExpandedMnemonic (opcode, mnemonic, format, min_cpu, mode_bits, flag_bits, description)
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
s390-mkopc.c 386 int flag_bits; local
475 flag_bits = 0;
483 flag_bits |= S390_INSTR_FLAG_OPTPARM;
487 flag_bits |= S390_INSTR_FLAG_OPTPARM2;
491 flag_bits |= S390_INSTR_FLAG_HTM;
495 flag_bits |= S390_INSTR_FLAG_VX;
499 flag_bits |= S390_INSTR_FLAGS_CLASS_JUMP;
503 flag_bits |= S390_INSTR_FLAGS_CLASS_CONDJUMP;
507 flag_bits |= S390_INSTR_FLAGS_CLASS_JUMPSR;
518 insertExpandedMnemonic (opcode, mnemonic, format, min_cpu, mode_bits, flag_bits, description)
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
s390-mkopc.c 386 int flag_bits; local
474 flag_bits = 0;
482 flag_bits |= S390_INSTR_FLAG_OPTPARM;
486 flag_bits |= S390_INSTR_FLAG_OPTPARM2;
490 flag_bits |= S390_INSTR_FLAG_HTM;
494 flag_bits |= S390_INSTR_FLAG_VX;
498 flag_bits |= S390_INSTR_FLAGS_CLASS_JUMP;
502 flag_bits |= S390_INSTR_FLAGS_CLASS_CONDJUMP;
506 flag_bits |= S390_INSTR_FLAGS_CLASS_JUMPSR;
517 insertExpandedMnemonic (opcode, mnemonic, format, min_cpu, mode_bits, flag_bits, description)
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
s390-mkopc.c 386 int flag_bits; local
475 flag_bits = 0;
483 flag_bits |= S390_INSTR_FLAG_OPTPARM;
487 flag_bits |= S390_INSTR_FLAG_OPTPARM2;
491 flag_bits |= S390_INSTR_FLAG_HTM;
495 flag_bits |= S390_INSTR_FLAG_VX;
499 flag_bits |= S390_INSTR_FLAGS_CLASS_JUMP;
503 flag_bits |= S390_INSTR_FLAGS_CLASS_CONDJUMP;
507 flag_bits |= S390_INSTR_FLAGS_CLASS_JUMPSR;
518 insertExpandedMnemonic (opcode, mnemonic, format, min_cpu, mode_bits, flag_bits, description)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
profile.cc 1452 unsigned flag_bits = 0;
1455 flag_bits |= GCOV_ARC_ON_TREE;
1457 flag_bits |= GCOV_ARC_FAKE;
1459 flag_bits |= GCOV_ARC_FALLTHROUGH;
1464 flag_bits |= GCOV_ARC_FALLTHROUGH;
1467 gcov_write_unsigned (flag_bits);
1451 unsigned flag_bits = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/
profile.cc 1425 unsigned flag_bits = 0;
1428 flag_bits |= GCOV_ARC_ON_TREE;
1430 flag_bits |= GCOV_ARC_FAKE;
1432 flag_bits |= GCOV_ARC_FALLTHROUGH;
1437 flag_bits |= GCOV_ARC_FALLTHROUGH;
1440 gcov_write_unsigned (flag_bits);
1424 unsigned flag_bits = 0; local

Completed in 30 milliseconds