Searched refs:tbx (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl2/dtc/dist/tests/ |
H A D | run_tests.sh | 812 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 D | typesem.d | 799 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 D | mtype.c | 4152 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 D | aarch64-simd.md | 7678 "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 D | aarch64-sve2.md | 2347 "tbx\t%0.<Vetype>, %2.<Vetype>, %3.<Vetype>"
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-simd.md | 5822 "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 D | aarch64-sve2.md | 2295 "tbx\t%0.<Vetype>, %2.<Vetype>, %3.<Vetype>"
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64SVEInstrInfo.td | 2750 defm TBX_ZZZ : sve2_int_perm_tbx<"tbx", int_aarch64_sve_tbx>;
|
H A D | AArch64InstrInfo.td | 5159 defm TBX : SIMDTableLookupTied<1, "tbx">;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2020 | 5698 for tbl/tbx intrinsics.
|