/netbsd/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/external/gpl3/gdb/dist/gas/testsuite/gas/aarch64/ |
H A D | sve2.s | 1146 tbx z17.b, z21.b, z27.b label 1147 tbx z0.b, z0.b, z0.b label 1148 tbx z0.h, z0.h, z0.h label 1149 tbx z0.s, z0.s, z0.s label 1150 tbx z0.d, z0.d, z0.d label
|
H A D | illegal.s | 238 tbx v0.8b, {v1.16b, v3.16b, v5.16b, v7.16b}, v2.8b
|
H A D | illegal-sve2.l | 2342 [^ :]+:[0-9]+: Error: operand 1 must be an SVE vector register -- `tbx z32\.h,z0\.b,z0\.b' 2344 [^ :]+:[0-9]+: Error: operand 3 must be an SVE vector register -- `tbx z0\.h,z0\.b,z32\.b' 2345 [^ :]+:[0-9]+: Error: unexpected character `x' in element size at operand 3 -- `tbx z0\.s,z0\.h,z0\… 2348 [^ :]+:[0-9]+: Info: tbx z0\.h, z0\.h, z0\.h 2350 [^ :]+:[0-9]+: Info: tbx z0\.b, z0\.b, z0\.b 2351 [^ :]+:[0-9]+: Info: tbx z0\.s, z0\.s, z0\.s 2352 [^ :]+:[0-9]+: Info: tbx z0\.d, z0\.d, z0\.d
|
H A D | illegal-sve2.s | 1529 tbx z32.h, z0.b, z0.b label 1530 tbx z0.h, z32.b, z0.b label 1531 tbx z0.h, z0.b, z32.b label 1532 tbx z0.s, z0.h, z0.x label 1533 tbx z0.h, z0.b, z0.h label
|
H A D | sve2.d | 924 *[0-9a-f]+: 053b2eb1 tbx z17\.b, z21\.b, z27\.b 925 *[0-9a-f]+: 05202c00 tbx z0\.b, z0\.b, z0\.b 926 *[0-9a-f]+: 05602c00 tbx z0\.h, z0\.h, z0\.h 927 *[0-9a-f]+: 05a02c00 tbx z0\.s, z0\.s, z0\.s 928 *[0-9a-f]+: 05e02c00 tbx z0\.d, z0\.d, z0\.d
|
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/ |
H A D | sve2.s | 1146 tbx z17.b, z21.b, z27.b label 1147 tbx z0.b, z0.b, z0.b label 1148 tbx z0.h, z0.h, z0.h label 1149 tbx z0.s, z0.s, z0.s label 1150 tbx z0.d, z0.d, z0.d label
|
H A D | illegal.s | 238 tbx v0.8b, {v1.16b, v3.16b, v5.16b, v7.16b}, v2.8b
|
H A D | illegal-sve2.l | 2342 [^ :]+:[0-9]+: Error: operand 1 must be an SVE vector register -- `tbx z32\.h,z0\.b,z0\.b' 2344 [^ :]+:[0-9]+: Error: operand 3 must be an SVE vector register -- `tbx z0\.h,z0\.b,z32\.b' 2345 [^ :]+:[0-9]+: Error: unexpected character `x' in element size at operand 3 -- `tbx z0\.s,z0\.h,z0\… 2348 [^ :]+:[0-9]+: Info: tbx z0\.h, z0\.h, z0\.h 2350 [^ :]+:[0-9]+: Info: tbx z0\.b, z0\.b, z0\.b 2351 [^ :]+:[0-9]+: Info: tbx z0\.s, z0\.s, z0\.s 2352 [^ :]+:[0-9]+: Info: tbx z0\.d, z0\.d, z0\.d
|
H A D | illegal-sve2.s | 1529 tbx z32.h, z0.b, z0.b label 1530 tbx z0.h, z32.b, z0.b label 1531 tbx z0.h, z0.b, z32.b label 1532 tbx z0.s, z0.h, z0.x label 1533 tbx z0.h, z0.b, z0.h label
|
H A D | sve2.d | 924 *[0-9a-f]+: 053b2eb1 tbx z17\.b, z21\.b, z27\.b 925 *[0-9a-f]+: 05202c00 tbx z0\.b, z0\.b, z0\.b 926 *[0-9a-f]+: 05602c00 tbx z0\.h, z0\.h, z0\.h 927 *[0-9a-f]+: 05a02c00 tbx z0\.s, z0\.s, z0\.s 928 *[0-9a-f]+: 05e02c00 tbx z0\.d, z0\.d, z0\.d
|
/netbsd/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()
|
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/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/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/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/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/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2020 | 5698 for tbl/tbx intrinsics.
|