Searched refs:type_b (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/sys/arch/riscv/riscv/ |
| H A D | db_machdep.c | 188 register_t rs1 = get_reg_value(tf, i.type_b.b_rs1); in branch_taken() 189 register_t rs2 = get_reg_value(tf, i.type_b.b_rs2); in branch_taken() 191 switch (i.type_b.b_funct3 & 0b110U) { in branch_taken() 196 branch_p = ((rs1 & (1 << (i.type_b.b_rs2))) != 0); in branch_taken() 207 if (i.type_b.b_funct3 & 1) in branch_taken() 213 displacement = i.type_b.b_imm12 << 12; in branch_taken() 214 displacement |= i.type_b.b_imm11 << 11; in branch_taken() 215 displacement |= i.type_b.b_imm10to5 << 5; 216 displacement |= i.type_b.b_imm4to1 << 1;
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | error.c | 3877 comparable_template_types_p (tree type_a, tree type_b) in comparable_template_types_p() argument 3881 if (!CLASS_TYPE_P (type_b)) in comparable_template_types_p() 3885 tree tinfo_b = TYPE_TEMPLATE_INFO (type_b); in comparable_template_types_p() 3974 print_template_differences (pretty_printer *pp, tree type_a, tree type_b, in print_template_differences() argument 3981 tree tinfo_b = TYPE_TEMPLATE_INFO (type_b); in print_template_differences() 4107 print_template_tree_comparison (pretty_printer *pp, tree type_a, tree type_b, in print_template_tree_comparison() argument 4110 print_template_differences (pp, type_a, type_b, verbose, indent); in print_template_tree_comparison() 4166 deferred_printed_type type_b = m_type_b; in handle() local 4171 gcc_assert (type_b.m_buffer_ptr); in handle() 4178 if (comparable_template_types_p (type_a.m_tree, type_b.m_tree)) in handle() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | error.cc | 3978 comparable_template_types_p (tree type_a, tree type_b) in comparable_template_types_p() argument 3982 if (!CLASS_TYPE_P (type_b)) in comparable_template_types_p() 3986 tree tinfo_b = TYPE_TEMPLATE_INFO (type_b); in comparable_template_types_p() 4075 print_template_differences (pretty_printer *pp, tree type_a, tree type_b, in print_template_differences() argument 4082 tree tinfo_b = TYPE_TEMPLATE_INFO (type_b); in print_template_differences() 4208 print_template_tree_comparison (pretty_printer *pp, tree type_a, tree type_b, in print_template_tree_comparison() argument 4211 print_template_differences (pp, type_a, type_b, verbose, indent); in print_template_tree_comparison() 4272 deferred_printed_type type_b = m_type_b; in handle() local 4277 gcc_assert (type_b.m_buffer_ptr); in handle() 4284 if (comparable_template_types_p (type_a.m_tree, type_b.m_tree)) in handle() [all …]
|
| /netbsd-src/sys/arch/riscv/include/ |
| H A D | insn.h | 128 } type_b; member
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-data-ref.cc | 3231 tree type_b = TREE_TYPE (object_b); in initialize_data_dependence_relation() local 3267 || !COMPLETE_TYPE_P (type_b) in initialize_data_dependence_relation() 3269 || !tree_fits_uhwi_p (TYPE_SIZE_UNIT (type_b))) in initialize_data_dependence_relation() 3273 unsigned HOST_WIDE_INT size_b = tree_to_uhwi (TYPE_SIZE_UNIT (type_b)); in initialize_data_dependence_relation()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-data-ref.c | 2983 tree type_b = TREE_TYPE (object_b); in initialize_data_dependence_relation() local 3019 || !COMPLETE_TYPE_P (type_b) in initialize_data_dependence_relation() 3021 || !tree_fits_uhwi_p (TYPE_SIZE_UNIT (type_b))) in initialize_data_dependence_relation() 3025 unsigned HOST_WIDE_INT size_b = tree_to_uhwi (TYPE_SIZE_UNIT (type_b)); in initialize_data_dependence_relation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 170 !foldl([]<list<WMMA_REGS>>, !if(!size(TypeB), TypeB, [type_a]), t3, type_b, !listconcat(t3, 174 WMMA_REGS<geom, "b", type_b>,
|