Home
last modified time | relevance | path

Searched refs:tbx (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl2/dtc/dist/tests/
H A Drun_tests.sh812 run_fdtget_test "61 62 63 0" -tbx $dtb /randomnode tricky1
813 run_fdtget_test "a b c d de ea ad be ef" -tbx $dtb /randomnode blob
848 -tbx "a b c ea ad be ef"
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypesem.d799 Type tbx = tbn.baseElemOf(); in typeSemantic() local
800 if (tbx.ty == Tstruct && !tbx.isTypeStruct().sym.members || in typeSemantic()
801 tbx.ty == Tenum && !tbx.isTypeEnum().sym.members) in typeSemantic()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c4152 Type *tbx = tbn->baseElemOf(); in semantic() local
4153 if ((tbx->ty == Tstruct && !((TypeStruct *)tbx)->sym->members) || in semantic()
4154 (tbx->ty == Tenum && !((TypeEnum *)tbx)->sym->members)) in semantic()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-simd.md7678 "tbx\\t%0.<Vtype>, {%2.16b}, %3.<Vtype>"
7701 "tbx\\t%S0.<Vbtype>, {%S2.16b - %T2.16b}, %S3.<Vbtype>"
7724 "tbx\\t%S0.<Vbtype>, {%S2.16b - %U2.16b}, %S3.<Vbtype>"
7747 "tbx\\t%S0.<Vbtype>, {%S2.16b - %V2.16b}, %S3.<Vbtype>"
H A Daarch64-sve2.md2347 "tbx\t%0.<Vetype>, %2.<Vetype>, %3.<Vetype>"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-simd.md5822 "tbx\\t%S0.<Vbtype>, {%S2.16b - %T2.16b}, %S3.<Vbtype>"
5845 "tbx\\t%S0.<Vbtype>, {%S2.16b - %U2.16b}, %S3.<Vbtype>"
5868 "tbx\\t%S0.<Vbtype>, {%S2.16b - %V2.16b}, %S3.<Vbtype>"
H A Daarch64-sve2.md2295 "tbx\t%0.<Vetype>, %2.<Vetype>, %3.<Vetype>"
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SVEInstrInfo.td2750 defm TBX_ZZZ : sve2_int_perm_tbx<"tbx", int_aarch64_sve_tbx>;
H A DAArch64InstrInfo.td5159 defm TBX : SIMDTableLookupTied<1, "tbx">;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20205698 for tbl/tbx intrinsics.