Home
last modified time | relevance | path

Searched refs:instr_type (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-mem-inst-handler.cc42 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 Dbrig-atomic-inst-handler.cc49 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 Dbrig-branch-inst-handler.cc161 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 Dbrig-code-entry-handler.cc217 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 Dbrig-basic-inst-handler.cc480 tree instr_type = gccbrig_tree_type_for_hsa_type (brig_inst_type); in operator ()() local
482 if (!instr_type) in operator ()()
H A Dbrig-code-entry-handler.h273 tree instr_type) const;
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmicroblaze-dis.c468 *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 Dmicroblaze-opc.h118 enum microblaze_instr_type instr_type; member
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmicroblaze-dis.c491 *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 Dmicroblaze-opc.h126 enum microblaze_instr_type instr_type; member
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dxtensa-relax.h144 typedef enum instr_type enum
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dxtensa-relax.h144 typedef enum instr_type enum