Home
last modified time | relevance | path

Searched refs:SUBR (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/crypto/camellia/
H A Dcamellia.c75 #define SUBR(INDEX) (subkey[(INDEX)*2]) macro
547 SUBR(0) = subr(0) ^ subr(2); in camellia_setup128()
549 SUBR(2) = subr(3); in camellia_setup128()
551 SUBR(3) = subr(2) ^ subr(4); in camellia_setup128()
553 SUBR(4) = subr(3) ^ subr(5); in camellia_setup128()
555 SUBR(5) = subr(4) ^ subr(6); in camellia_setup128()
557 SUBR(6) = subr(5) ^ subr(7); in camellia_setup128()
561 SUBR(7) = subr(6) ^ tr; in camellia_setup128()
563 SUBR(8) = subr(8); in camellia_setup128()
565 SUBR(9) = subr(9); in camellia_setup128()
[all …]
/freebsd/libexec/atf/atf-sh/
H A DMakefile73 FILESGROUPS= SUBR
76 SUBR= libatf-sh.subr macro
/freebsd/sys/fs/p9fs/
H A Dp9fs_subr.c114 P9_DEBUG(SUBR, "%s: attach successful fid :%p\n", __func__, fid); in p9fs_init_session()
121 P9_DEBUG(SUBR, "%s: INIT session successful\n", __func__); in p9fs_init_session()
182 P9_DEBUG(SUBR, "%s: Clean close session .\n", __func__); in p9fs_close_session()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedA510.td649 "^(ADD|SUB|SUBR)_ZPmZ_[BHSD]",
650 "^(ADD|SUB|SUBR)_ZPZZ_[BHSD]",
652 "^(ADD|SUB|SUBR)_ZI_[BHSD]",
655 "^[SU]H(ADD|SUB|SUBR)_ZPmZ_[BHSD]")>;
664 "^SQ(ADD|SUB|SUBR)_ZPmZ_?[BHSD]",
H A DAArch64SchedNeoverseN2.td1594 (instregex "^(ABS|ADD|CNOT|NEG|SUB|SUBR)_ZPmZ_[BHSD]",
1596 "^(ADD|SUB|SUBR)_ZPZZ_[BHSD]",
1597 "^(ADD|SUB|SUBR)_ZI_[BHSD]",
1602 "^[SU]H(ADD|SUB|SUBR)_ZPmZ_[BHSD]",
1608 "^SQ(ABS|ADD|NEG|SUB|SUBR)_ZPmZ_[BHSD]",
H A DAArch64SchedNeoverseV2.td2103 (instregex "^(ABS|ADD|CNOT|NEG|SUB|SUBR)_ZPmZ_[BHSD]",
2105 "^(ADD|SUB|SUBR)_ZPZZ_[BHSD]",
2106 "^(ADD|SUB|SUBR)_ZI_[BHSD]",
2111 "^[SU]H(ADD|SUB|SUBR)_ZPmZ_[BHSD]",
2117 "^SQ(ABS|ADD|NEG|SUB|SUBR)_ZPmZ_[BHSD]",
H A DAArch64SchedA64FX.td2061 "^SUBR?_ZI")>;
2069 (instregex "^F(ADD|SUBR?)_.*I_", "^FRECPS_Z", "^FRSQRTS_Z",
2083 "^SUBR?_Z[^I]", "^[SU]XT._Z", "^UABD_Z")>;
2086 (instregex "^FABD_Z", "^F(ADD|SUBR?)_.*Z_", "^FN?(MAD|MLA|MLS|MSB)_ZP",
H A DAArch64Features.td538 // benefit from the reverse instructions (e.g. SUB vs SUBR) if the inactive
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SchedSkylakeClient.td794 def: InstRW<[SKLWriteResGroup30], (instregex "(ADD|SUB|SUBR)_(FPrST0|FST0r|FrST0)",
1289 def: InstRW<[SKLWriteResGroup133], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
1356 def: InstRW<[SKLWriteResGroup162], (instregex "(ADD|SUB|SUBR)_FI(16|32)m")>;
H A DX86SchedSandyBridge.td1063 def: InstRW<[SBWriteResGroup101], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
1100 def: InstRW<[SBWriteResGroup114], (instregex "(ADD|SUB|SUBR)_FI(16|32)m")>;
H A DX86SchedSkylakeServer.td831 def: InstRW<[SKXWriteResGroup32], (instregex "(ADD|SUB|SUBR)_(FPrST0|FST0r|FrST0)",
1750 def: InstRW<[SKXWriteResGroup148], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
1974 def: InstRW<[SKXWriteResGroup180], (instregex "(ADD|SUB|SUBR)_FI(16|32)m",
H A DX86SchedBroadwell.td1175 def: InstRW<[BWWriteResGroup101], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
1258 def: InstRW<[BWWriteResGroup135], (instregex "(ADD|SUB|SUBR)_FI(16|32)m")>;
H A DX86SchedIceLake.td845 def: InstRW<[ICXWriteResGroup32], (instregex "(ADD|SUB|SUBR)_(FPrST0|FST0r|FrST0)",
1766 def: InstRW<[ICXWriteResGroup148], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
1991 def: InstRW<[ICXWriteResGroup180], (instregex "(ADD|SUB|SUBR)_FI(16|32)m",
H A DX86SchedHaswell.td1237 def: InstRW<[HWWriteResGroup52_1], (instregex "(ADD|SUB|SUBR)_F(32|64)m",
1457 def: InstRW<[HWWriteResGroup103], (instregex "(ADD|SUB|SUBR)_FI(16|32)m")>;
H A DX86InstrFPStack.td198 defm SUBR: FPBinary<any_fsub ,MRM5m, "subr", 0>;