Home
last modified time | relevance | path

Searched refs:inst_base (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-queue-inst-handler.cc41 const BrigInstBase &inst_base = *(const BrigInstBase *) base; in operator ()() local
43 tree_stl_vec operands = build_operands (inst_base); in operator ()()
45 if (inst_base.opcode == BRIG_OPCODE_LDQUEUEWRITEINDEX in operator ()()
46 || inst_base.opcode == BRIG_OPCODE_LDQUEUEREADINDEX) in operator ()()
49 = inst_base.opcode == BRIG_OPCODE_LDQUEUEWRITEINDEX in operator ()()
56 build_output_assignment (inst_base, operands[0], expr); in operator ()()
58 else if (inst_base.opcode == BRIG_OPCODE_STQUEUEWRITEINDEX in operator ()()
59 || inst_base.opcode == BRIG_OPCODE_STQUEUEREADINDEX) in operator ()()
62 = inst_base.opcode == BRIG_OPCODE_STQUEUEWRITEINDEX in operator ()()
70 else if (inst_base.opcode == BRIG_OPCODE_ADDQUEUEWRITEINDEX) in operator ()()
[all …]
H A Dbrig-seg-inst-handler.cc39 const BrigInstBase &inst_base = *(const BrigInstBase *) base; in operator ()() local
41 std::vector<tree> operands = build_operands (inst_base); in operator ()()
45 if (inst_base.opcode == BRIG_OPCODE_STOF) in operator ()()
77 else if (inst_base.opcode == BRIG_OPCODE_FTOS) in operator ()()
107 else if (inst_base.opcode == BRIG_OPCODE_NULLPTR) in operator ()()
117 else if (inst_base.opcode == BRIG_OPCODE_SEGMENTP) in operator ()()
144 build_output_assignment (inst_base, operands[0], expr); in operator ()()
H A Dbrig-cmp-inst-handler.cc32 const BrigInstBase *inst_base = (const BrigInstBase *) base; in operator ()() local
38 tree dest_type = gccbrig_tree_type_for_hsa_type (inst_base->type); in operator ()()
41 = (inst_base->type & BRIG_TYPE_BASE_MASK) == BRIG_TYPE_F16; in operator ()()
43 = (inst_base->type & BRIG_TYPE_BASE_MASK) == BRIG_TYPE_B1; in operator ()()
58 std::vector<tree> operands = build_operands (*inst_base); in operator ()()
195 build_output_assignment (*inst_base, operands[0], expr); in operator ()()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-aarch64.c5505 aarch64_inst *inst_base = &inst.base; in output_operand_error_record() local
5510 inst_base->opcode = opcode; in output_operand_error_record()
5520 result = aarch64_opcode_encode (opcode, inst_base, &inst_base->value, in output_operand_error_record()
5525 qlf_idx = find_best_match (inst_base, opcode->qualifiers_list); in output_operand_error_record()
5529 assign_qualifier_sequence (inst_base, in output_operand_error_record()
5535 print_operands (buf, opcode, inst_base->operands); in output_operand_error_record()
5558 assign_qualifier_sequence (inst_base, *qualifiers_list); in output_operand_error_record()
5561 print_operands (buf, opcode, inst_base->operands); in output_operand_error_record()
7924 aarch64_inst *inst_base; in md_assemble() local
8006 inst_base = &inst.base; in md_assemble()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-aarch64.c5693 aarch64_inst *inst_base = &inst.base; in output_operand_error_record() local
5698 inst_base->opcode = opcode; in output_operand_error_record()
5708 result = aarch64_opcode_encode (opcode, inst_base, &inst_base->value, in output_operand_error_record()
5713 qlf_idx = find_best_match (inst_base, opcode->qualifiers_list); in output_operand_error_record()
5717 assign_qualifier_sequence (inst_base, in output_operand_error_record()
5723 print_operands (buf, opcode, inst_base->operands); in output_operand_error_record()
5746 assign_qualifier_sequence (inst_base, *qualifiers_list); in output_operand_error_record()
5749 print_operands (buf, opcode, inst_base->operands); in output_operand_error_record()
8350 aarch64_inst *inst_base; in md_assemble() local
8432 inst_base = &inst.base; in md_assemble()
[all …]