Home
last modified time | relevance | path

Searched refs:ALGR (Results 1 – 25 of 25) sorted by relevance

/external/ltp/testcases/network/stress/ipsec/
Dipsec_lib.sh83 ALGR=
136 ALGR='auth hmac\('$AALGO'\) '$AALGO_KEY
140 ALGR="enc $EALGO $EALGO_KEY auth "'hmac\('$AALGO'\) '$AALGO_KEY
146 ALGR="aead "'rfc4106\(gcm\(aes\)\)'" $AEALGO_KEY 128"
150 ALGR="aead "'rfc4309\(ccm\(aes\)\)'" $AEALGO_KEY 128"
154 ALGR="aead "'rfc4543\(gcm\(aes\)\)'" $AEALGO_KEY 128"
160 ALGR=$ALG
204 spi $spi_1 $p $ALGR mode $mode sel src $src dst $dst"
206 spi $spi_2 $p $ALGR mode $mode sel src $dst dst $src"
269 tst_rhost_run -s -c "$ipx st add $o_dir $p $spi_1 $ALGR $m"
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dint-uadd-07.ll63 ; Check that we can still use ALGR in obvious cases.
Dint-uadd-02.ll7 ; Check ALGR.
188 ; Check that additions of spilled values can use ALG rather than ALGR.
Dint-add-08.ll115 ; ALGR and ALCGR.
/external/libxkbcommon/xkbcommon/test/data/keycodes/
Devdev305 alias <ALGR> = <RALT>;
Dxfree86369 alias <ALGR> = <RALT>;
Devdev-xkbcommon501 alias <ALGR> = <RIGHTALT>;
/external/llvm/test/CodeGen/SystemZ/
Dint-add-08.ll115 ; ALGR and ALCGR.
/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc79 1056196U, // ALGR
1707 // ADBR, AEBR, AGFR, AGR, ALCGR, ALCR, ALGFR, ALGR, ALR, AR, AXBR, AsmELO...
1816 // ADBR, AEBR, AGFR, AGR, ALCGR, ALCR, ALGFR, ALGR, ALR, AR, AXBR, AsmELO...
DSystemZGenDisassemblerTables.inc563 /* 2046 */ MCD_OPC_Decode, 58, 81, // Opcode: ALGR
/external/v8/src/s390/
Dsimulator-s390.h870 EVALUATE(ALGR);
Dconstants-s390.h1365 V(algr, ALGR, 0xB90A) /* type = RRE ADD LOGICAL (64) */ \
Dsimulator-s390.cc1158 EvalTable[ALGR] = &Simulator::Evaluate_ALGR; in EvalTableInit()
6727 EVALUATE(ALGR) { in EVALUATE() argument
/external/libxkbcommon/xkbcommon/test/data/keymaps/
Dno-types.xkb268 alias <ALGR> = <RALT>;
Dunbound-vmod.xkb268 alias <ALGR> = <RALT>;
Dcomprehensive-plus-geom.xkb268 alias <ALGR> = <RALT>;
Dsyntax-error.xkb268 alias <ALGR> = <RALT>;
Dhost.xkb268 alias <ALGR> = <RALT>;
Dstringcomp.data268 alias <ALGR> = <RALT>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZScheduleZ196.td319 def : InstRW<[WLat1, FXU, NormalGr], (instregex "ALGR(K)?$")>;
DSystemZScheduleZEC12.td330 def : InstRW<[WLat1, FXU, NormalGr], (instregex "ALGR(K)?$")>;
DSystemZScheduleZ13.td355 def : InstRW<[WLat1, FXa, NormalGr], (instregex "ALGR(K)?$")>;
DSystemZScheduleZ14.td356 def : InstRW<[WLat1, FXa, NormalGr], (instregex "ALGR(K)?$")>;
DSystemZInstrInfo.td941 defm ALGR : BinaryRREAndK<"algr", 0xB90A, 0xB9EA, z_uadd, GR64, GR64>;
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td918 defm ALGR : BinaryRREAndK<"alg", 0xB90A, 0xB9EA, addc, GR64, GR64>;