Home
last modified time | relevance | path

Searched refs:type_i (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-mve-builtins.cc183 for (unsigned int type_i = 0; type_i < NUM_VECTOR_TYPES; ++type_i) in handle_arm_mve_types_h() local
185 vector_type_index type = vector_type_index (type_i); in handle_arm_mve_types_h()
187 if (type_i != VECTOR_TYPE_mve_pred16_t) in handle_arm_mve_types_h()
/netbsd-src/sys/arch/riscv/riscv/
H A Ddb_machdep.c137 || (OPCODE_P(insn, JALR) && ri.type_i.i_rd == 1); in inst_unconditional_flow_transfer()
152 return OPCODE_P(insn, JALR) && ri.type_i.i_rs1 == 1;
180 return i.type_i.i_imm11to0 + get_reg_value(tf, i.type_i.i_rs1); in branch_taken()
/netbsd-src/sys/net/
H A Dif_llc.h58 } type_i /* XXX __packed ??? */; member
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc1338 vector_type_index type_i = type_suffixes[suffix_i].vector_type; in infer_vector_or_tuple_type() local
1339 tree type = acle_vector_types[size_i][type_i]; in infer_vector_or_tuple_type()
1349 else if (size_i == 0 && type_i != VECTOR_TYPE_svbool_t) in infer_vector_or_tuple_type()
3532 for (unsigned int type_i = 0; type_i < NUM_VECTOR_TYPES; ++type_i) in handle_arm_sve_h() local
3534 vector_type_index type = vector_type_index (type_i); in handle_arm_sve_h()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc1343 vector_type_index type_i = type_suffixes[suffix_i].vector_type; in infer_vector_or_tuple_type() local
1344 tree type = acle_vector_types[size_i][type_i]; in infer_vector_or_tuple_type()
1354 else if (size_i == 0 && type_i != VECTOR_TYPE_svbool_t) in infer_vector_or_tuple_type()
3532 for (unsigned int type_i = 0; type_i < NUM_VECTOR_TYPES; ++type_i) in handle_arm_sve_h() local
3534 vector_type_index type = vector_type_index (type_i); in handle_arm_sve_h()
/netbsd-src/sys/arch/riscv/include/
H A Dinsn.h108 } type_i; member