Searched refs:decp (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | liolib.c | 483 char decp[2]; in read_number() local 485 decp[0] = lua_getlocaledecpoint(); /* get decimal point from locale */ in read_number() 486 decp[1] = '.'; /* always accept a dot */ in read_number() 495 if (test2(&rn, decp)) /* decimal point? */ in read_number()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedA64FX.td | 2541 // [83] "decp $Rdn, $Pg"; 2544 // [84] "decp $Zdn, $Pg";
|
H A D | AArch64SVEInstrInfo.td | 1369 defm DECP_XP : sve_int_count_r_x64<0b10100, "decp", null_frag, sub>; 1376 defm DECP_ZP : sve_int_count_v<0b10100, "decp">;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-sve.md | 10101 "decp\t%x0, %2.<Vetype>"
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-sve.md | 10485 "decp\t%x0, %2.<Vetype>"
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 97189 Allow explicit size specifier for predicate operand of {sq, uq, }{incp, decp} 97190 …Omitting predicate size specifier in vector form of {sq, uq, }{decp, incp} is deprecated and will … 97193 …This allows explicit size specifier, e.g. `decp z0.h, p0.h`, for predicate operand of these SVE in… 97202 for decp, incp, sqdecp, sqincp, uqdecp and uqincp. 97212 decp, incp, sqdecp, sqincp, uqdecp and uqincp, which take the
|