Home
last modified time | relevance | path

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

123

/netbsd/external/bsd/nsd/dist/
H A Dsiphash.c26 #define ROTL(x, b) (uint64_t)(((x) << (b)) | ((x) >> (64 - (b)))) macro
47 v1 = ROTL(v1, 13); \
49 v0 = ROTL(v0, 32); \
51 v3 = ROTL(v3, 16); \
54 v3 = ROTL(v3, 21); \
57 v1 = ROTL(v1, 17); \
59 v2 = ROTL(v2, 32); \
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/siphash/
H A Dsiphash.c37 #define ROTL(x, b) (uint64_t)(((x) << (b)) | ((x) >> (64 - (b)))) macro
58 v1 = ROTL(v1, 13); \
60 v0 = ROTL(v0, 32); \
62 v3 = ROTL(v3, 16); \
65 v3 = ROTL(v3, 21); \
68 v1 = ROTL(v1, 17); \
70 v2 = ROTL(v2, 32); \
/netbsd/crypto/external/bsd/openssl/dist/crypto/siphash/
H A Dsiphash.c32 #define ROTL(x, b) (uint64_t)(((x) << (b)) | ((x) >> (64 - (b)))) macro
53 v1 = ROTL(v1, 13); \
55 v0 = ROTL(v0, 32); \
57 v3 = ROTL(v3, 16); \
60 v3 = ROTL(v3, 21); \
63 v1 = ROTL(v1, 17); \
65 v2 = ROTL(v2, 32); \
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/cast/
H A Dcast_local.h117 # define ROTL(a,n) (_lrotl(a,n)) macro
119 # define ROTL(a,n) ((((a)<<(n))&0xffffffffL)|((a)>>((32-(n))&31))) macro
135 t=ROTL(t,i); \
152 w=ROTL(w,i); \
172 t=ROTL(t,(key[n*2+1])); \
/netbsd/crypto/external/bsd/openssl/dist/crypto/cast/
H A Dcast_local.h117 # define ROTL(a,n) (_lrotl(a,n)) macro
119 # define ROTL(a,n) ((((a)<<(n))&0xffffffffL)|((a)>>((32-(n))&31))) macro
135 t=ROTL(t,i); \
152 w=ROTL(w,i); \
172 t=ROTL(t,(key[n*2+1])); \
/netbsd/external/gpl3/binutils.old/dist/gas/
H A Drx-parse.h175 ROTL = 385, enumerator
339 #define ROTL 385 macro
H A Drx-parse.c353 ROTL = 385, enumerator
517 #define ROTL 385 macro
4684 OPC(ROTL),
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Drx-parse.h184 ROTL = 385, /* ROTL */ enumerator
353 #define ROTL 385 macro
H A Drx-parse.y170 %token RACL RACW RDACL RDACW REIT REVL REVW RMPA ROLC RORC ROTL ROTR ROUND
785 | ROTL { sub_op = 6; } op_shift_rot
807 | ROTL '#' EXPR ',' REG
1453 OPC(ROTL),
H A Drx-parse.c366 ROTL = 385, /* ROTL */ enumerator
535 #define ROTL 385 macro
4799 OPC(ROTL),
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
H A Dppc.pl129 $ROTL= "rotlwi"; # rotate left by immediate
153 $ROTL= "rotldi"; # rotate left by immediate
1723 $ROTL r3,r11,`$BITS/2` # rotate by $BITS/2 and store in r3
/netbsd/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Dppc.pl132 $ROTL= "rotlwi"; # rotate left by immediate
156 $ROTL= "rotldi"; # rotate left by immediate
1727 $ROTL r3,r11,`$BITS/2` # rotate by $BITS/2 and store in r3
/netbsd/external/gpl3/gdb/dist/sim/common/
H A Dsim-n-bits.h48 #define ROTLn XCONCAT2(ROTL,N)
/netbsd/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-n-bits.h48 #define ROTLn XCONCAT2(ROTL,N)
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3006 { ISD::ROTL, MVT::v8i64, 1 }, in getIntrinsicInstrCost()
3007 { ISD::ROTL, MVT::v4i64, 1 }, in getIntrinsicInstrCost()
3008 { ISD::ROTL, MVT::v2i64, 1 }, in getIntrinsicInstrCost()
3009 { ISD::ROTL, MVT::v16i32, 1 }, in getIntrinsicInstrCost()
3010 { ISD::ROTL, MVT::v8i32, 1 }, in getIntrinsicInstrCost()
3011 { ISD::ROTL, MVT::v4i32, 1 }, in getIntrinsicInstrCost()
3021 { ISD::ROTL, MVT::v4i64, 4 }, in getIntrinsicInstrCost()
3022 { ISD::ROTL, MVT::v8i32, 4 }, in getIntrinsicInstrCost()
3023 { ISD::ROTL, MVT::v16i16, 4 }, in getIntrinsicInstrCost()
3024 { ISD::ROTL, MVT::v32i8, 4 }, in getIntrinsicInstrCost()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h650 ROTL, enumerator
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Drx-parse.y170 %token RACL RACW RDACL RDACW REIT REVL REVW RMPA ROLC RORC ROTL ROTR ROUND
785 | ROTL { sub_op = 6; } op_shift_rot
807 | ROTL '#' EXPR ',' REG
1453 OPC(ROTL),
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Drx-parse.y170 %token RACL RACW RDACL RDACW REIT REVL REVW RMPA ROLC RORC ROTL ROTR ROUND
785 | ROTL { sub_op = 6; } op_shift_rot
807 | ROTL '#' EXPR ',' REG
1453 OPC(ROTL),
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Drx-parse.y170 %token RACL RACW RDACL RDACW REIT REVL REVW RMPA ROLC RORC ROTL ROTR ROUND
785 | ROTL { sub_op = 6; } op_shift_rot
807 | ROTL '#' EXPR ',' REG
1453 OPC(ROTL),
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp92 setOperationAction(ISD::ROTL, MVT::i8, Custom); in AVRTargetLowering()
93 setOperationAction(ISD::ROTL, MVT::i16, Expand); in AVRTargetLowering()
292 case ISD::ROTL: { in LowerShifts()
319 case ISD::ROTL: in LowerShifts()
793 case ISD::ROTL: in LowerOperation()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInteger.td69 defm ROTL : BinaryInt<rotl, "rotl", 0x77, 0x89>;
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp387 case ISD::ROTL: in LegalizeOp()
811 case ISD::ROTL: in Expand()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1585 ISD::SDIVREM, ISD::UDIVREM, ISD::ROTL, ISD::ROTR, in HexagonTargetLowering()
1634 ISD::AND, ISD::OR, ISD::XOR, ISD::ROTL, ISD::ROTR, in HexagonTargetLowering()
1788 setOperationAction(ISD::ROTL, MVT::i32, Legal); in HexagonTargetLowering()
1789 setOperationAction(ISD::ROTL, MVT::i64, Legal); in HexagonTargetLowering()
3154 case ISD::ROTL: return LowerROTL(Op, DAG); in LowerOperation()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp836 case ISD::ROTL: { in expandRxSBG()
1567 case ISD::ROTL: in Select()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp81 setOperationAction(ISD::ROTL, MVT::i8, Expand); in MSP430TargetLowering()
83 setOperationAction(ISD::ROTL, MVT::i16, Expand); in MSP430TargetLowering()

123