Searched refs:instr_type (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
| H A D | brig-mem-inst-handler.cc | 42 tree instr_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in build_mem_access() local 49 instr_type = TREE_TYPE (data); in build_mem_access() 51 tree ptype = build_pointer_type (instr_type); in build_mem_access() 56 tree unaligned_type = build_aligned_type (instr_type, 8); in build_mem_access() 106 tree instr_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in operator ()() local 152 = build_tree_operand (*brig_inst, *operand_element, instr_type); in operator ()() 158 if (is_store && TREE_TYPE (data) != instr_type) in operator ()() 159 data = build_resize_convert_view (instr_type, data); in operator ()() 163 address_offset += int_size_in_bytes (instr_type); in operator ()()
|
| H A D | brig-atomic-inst-handler.cc | 49 tree instr_type = gccbrig_tree_type_for_hsa_type (inst.type); in generate_tree() local 54 tree atomic_type = build_qualified_type (instr_type, TYPE_QUAL_ATOMIC); in generate_tree() 68 tree ptype = build_pointer_type (instr_type); in generate_tree() 115 instr_expr = call_builtin (built_in, 3, instr_type, ptype, ptr, in generate_tree() 236 instr_expr = call_builtin (built_in, 2, instr_type, ptr_type_node, in generate_tree()
|
| H A D | brig-branch-inst-handler.cc | 161 tree instr_type = gccbrig_tree_type_for_hsa_type (brig_inst->type); in operator ()() local 166 tree goto_stmt = build1 (GOTO_EXPR, instr_type, operands[0]); in operator ()()
|
| H A D | brig-code-entry-handler.cc | 217 tree instr_type = gccbrig_tree_type_for_hsa_type (brig_inst.type); in build_address_operand() local 338 tree ptype = build_pointer_type (instr_type); in build_address_operand() 383 tree ptype = build_pointer_type (instr_type); in build_address_operand() 426 tree ptype = build_pointer_type (instr_type); in build_address_operand()
|
| H A D | brig-basic-inst-handler.cc | 480 tree instr_type = gccbrig_tree_type_for_hsa_type (brig_inst_type); in operator ()() local 482 if (!instr_type) in operator ()()
|
| H A D | brig-code-entry-handler.h | 273 tree instr_type) const;
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | microblaze-dis.c | 468 *insn_type = op->instr_type; in get_insn_microblaze() 510 else if (op->instr_type == branch_inst) in microblaze_get_target_address() 549 else if (op->instr_type == return_inst) in microblaze_get_target_address()
|
| H A D | microblaze-opc.h | 118 enum microblaze_instr_type instr_type; member
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | microblaze-dis.c | 491 *insn_type = op->instr_type; in get_insn_microblaze() 533 else if (op->instr_type == branch_inst) in microblaze_get_target_address() 572 else if (op->instr_type == return_inst) in microblaze_get_target_address()
|
| H A D | microblaze-opc.h | 126 enum microblaze_instr_type instr_type; member
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | xtensa-relax.h | 144 typedef enum instr_type enum
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | xtensa-relax.h | 144 typedef enum instr_type enum
|