Home
last modified time | relevance | path

Searched refs:unaligned_type (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-mem-inst-handler.cc56 tree unaligned_type = build_aligned_type (instr_type, 8); in build_mem_access() local
60 = build2 (MEM_REF, unaligned_type, addr, build_int_cst (ptype, 0)); in build_mem_access()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-convert.cc509 tree unaligned_type = build_variant_type_copy (type); in convert_expr() local
510 SET_TYPE_ALIGN (unaligned_type, 1 * BITS_PER_UNIT); in convert_expr()
511 TYPE_USER_ALIGN (unaligned_type) = 1; in convert_expr()
512 result = convert (type, build_vconvert (unaligned_type, exp)); in convert_expr()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-convert.cc509 tree unaligned_type = build_variant_type_copy (type); in convert_expr() local
510 SET_TYPE_ALIGN (unaligned_type, 1 * BITS_PER_UNIT); in convert_expr()
511 TYPE_USER_ALIGN (unaligned_type) = 1; in convert_expr()
512 result = convert (type, build_vconvert (unaligned_type, exp)); in convert_expr()