Searched refs:m_opcode (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | hsa-common.h | 464 int m_opcode; variable 511 return p->m_opcode == HSA_OPCODE_PHI; in test() 537 return p->m_opcode == BRIG_OPCODE_BARRIER in test() 538 || p->m_opcode == BRIG_OPCODE_BR; in test() 563 return p->m_opcode == BRIG_OPCODE_CBR; in test() 599 return p->m_opcode == BRIG_OPCODE_SBR; in test() 630 return p->m_opcode == BRIG_OPCODE_CMP; in test() 671 return (p->m_opcode == BRIG_OPCODE_LD in test() 672 || p->m_opcode == BRIG_OPCODE_ST); in test() 706 return (p->m_opcode == BRIG_OPCODE_ATOMIC in test() [all …]
|
| H A D | hsa-dump.c | 879 fprintf (f, "%s", hsa_opcode_name (mem->m_opcode)); in dump_hsa_insn_1() 899 fprintf (f, "%s", hsa_opcode_name (mem->m_opcode)); in dump_hsa_insn_1() 916 fprintf (f, "%s", hsa_opcode_name (mem->m_opcode)); in dump_hsa_insn_1() 929 else if (insn->m_opcode == BRIG_OPCODE_LDA) in dump_hsa_insn_1() 933 fprintf (f, "%s", hsa_opcode_name (insn->m_opcode)); in dump_hsa_insn_1() 945 fprintf (f, "%s_%s_%s_%s ", hsa_opcode_name (seg->m_opcode), in dump_hsa_insn_1() 962 fprintf (f, "%s_%s_%s_%s ", hsa_opcode_name (cmp->m_opcode), in dump_hsa_insn_1() 978 fprintf (f, "%s ", hsa_opcode_name (br->m_opcode)); in dump_hsa_insn_1() 979 if (br->m_opcode == BRIG_OPCODE_CBR) in dump_hsa_insn_1() 997 fprintf (f, "%s ", hsa_opcode_name (sbr->m_opcode)); in dump_hsa_insn_1() [all …]
|
| H A D | hsa-brig.c | 1320 repr.base.opcode = lendian16 (mem->m_opcode); in emit_memory_insn() 1331 if (mem->m_opcode == BRIG_OPCODE_LD) in emit_memory_insn() 1351 repr.base.opcode = lendian16 (mem->m_opcode); in emit_signal_insn() 1381 repr.base.opcode = lendian16 (mem->m_opcode); in emit_atomic_insn() 1409 repr.base.opcode = lendian16 (insn->m_opcode); in emit_addr_insn() 1433 repr.base.opcode = lendian16 (seg->m_opcode); in emit_segment_insn() 1457 repr.base.opcode = lendian16 (alloca->m_opcode); in emit_alloca_insn() 1481 repr.base.opcode = lendian16 (cmp->m_opcode); in emit_cmp_insn() 1507 repr.base.opcode = lendian16 (br->m_opcode); in emit_generic_branch_insn() 1530 gcc_assert (br->m_opcode == BRIG_OPCODE_CBR); in emit_cond_branch_insn() [all …]
|
| H A D | hsa-common.c | 168 switch (m_opcode) in op_output_p() 208 switch (m_opcode) in input_count()
|
| H A D | hsa-gen.c | 1364 m_next (NULL), m_bb (NULL), m_opcode (opc), m_number (0), in hsa_insn_basic() 1431 : m_prev (NULL), m_next (NULL), m_bb (NULL), m_opcode (opc),m_number (0), in hsa_insn_basic() 1763 gcc_assert (insn->m_opcode != 0 || insn->operand_count () == 0); in append_insn()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-m68k.c | 124 unsigned long m_opcode; member 131 #define getone(x) ((((x)->m_opcode)>>16)&0xffff) 132 #define gettwo(x) (((x)->m_opcode)&0xffff) 4525 slak->m_opcode = ins->opcode; in md_begin()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-m68k.c | 124 unsigned long m_opcode; member 131 #define getone(x) ((((x)->m_opcode)>>16)&0xffff) 132 #define gettwo(x) (((x)->m_opcode)&0xffff) 4527 slak->m_opcode = ins->opcode; in md_begin()
|