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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRInstrInfo.h 32 COND_EQ, //!< Equal
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kInstrInfo.h 42 COND_EQ = 7, // Equal
75 return M68k::COND_EQ;
76 case M68k::COND_EQ:
101 case M68k::COND_EQ:
137 return M68k::COND_EQ;
  /src/external/gpl3/binutils/dist/include/opcode/
metag.h 647 COND_EQ,
811 { mnemonic "EQ" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
813 { mnemonic "Z" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
944 { mnemonic "EQ" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
946 { mnemonic "Z" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
  /src/external/gpl3/binutils.old/dist/include/opcode/
metag.h 647 COND_EQ,
811 { mnemonic "EQ" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
813 { mnemonic "Z" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
944 { mnemonic "EQ" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
946 { mnemonic "Z" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
  /src/external/gpl3/gdb.old/dist/include/opcode/
metag.h 647 COND_EQ,
811 { mnemonic "EQ" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
813 { mnemonic "Z" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
944 { mnemonic "EQ" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
946 { mnemonic "Z" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
  /src/external/gpl3/gdb/dist/include/opcode/
metag.h 647 COND_EQ,
811 { mnemonic "EQ" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
813 { mnemonic "Z" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
944 { mnemonic "EQ" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
946 { mnemonic "Z" suffix, flags, meta_opcode | (COND_EQ << field_shift), \
  /src/external/gpl3/binutils/dist/gas/config/
rx-parse.c 86 #define COND_EQ 0
2527 { if ((yyvsp[-2].regno) == COND_EQ || (yyvsp[-2].regno) == COND_NE)
2528 { B1 ((yyvsp[-2].regno) == COND_EQ ? 0x10 : 0x18); rx_disp3 ((yyvsp[0].exp), 5); }
2560 { if ((yyvsp[-2].regno) == COND_EQ || (yyvsp[-2].regno) == COND_NE)
2561 { B1 ((yyvsp[-2].regno) == COND_EQ ? 0x3a : 0x3b); PC2 ((yyvsp[0].exp)); }
2569 { if ((yyvsp[-1].regno) == COND_EQ || (yyvsp[-1].regno) == COND_NE)
2573 B1 ((yyvsp[-1].regno) == COND_EQ ? 0x10 : 0x18); rx_disp3 ((yyvsp[0].exp), 5);
  /src/external/gpl3/binutils.old/dist/gas/config/
rx-parse.c 86 #define COND_EQ 0
2527 { if ((yyvsp[-2].regno) == COND_EQ || (yyvsp[-2].regno) == COND_NE)
2528 { B1 ((yyvsp[-2].regno) == COND_EQ ? 0x10 : 0x18); rx_disp3 ((yyvsp[0].exp), 5); }
2560 { if ((yyvsp[-2].regno) == COND_EQ || (yyvsp[-2].regno) == COND_NE)
2561 { B1 ((yyvsp[-2].regno) == COND_EQ ? 0x3a : 0x3b); PC2 ((yyvsp[0].exp)); }
2569 { if ((yyvsp[-1].regno) == COND_EQ || (yyvsp[-1].regno) == COND_NE)
2573 B1 ((yyvsp[-1].regno) == COND_EQ ? 0x10 : 0x18); rx_disp3 ((yyvsp[0].exp), 5);

Completed in 27 milliseconds