Home
last modified time | relevance | path

Searched refs:optype (Results 1 – 5 of 5) sorted by relevance

/external/openssl/crypto/evp/
Dpmeth_lib.c384 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl() argument
402 if ((optype != -1) && !(ctx->operation & optype)) in EVP_PKEY_CTX_ctrl()
Devp.h1127 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
/external/qemu/target-mips/
Dtranslate.c6013 enum { BINOP, CMPOP, OTHEROP } optype = OTHEROP; in gen_farith() local
6030 optype = BINOP; in gen_farith()
6045 optype = BINOP; in gen_farith()
6060 optype = BINOP; in gen_farith()
6075 optype = BINOP; in gen_farith()
6438 optype = BINOP; in gen_farith()
6454 optype = BINOP; in gen_farith()
6470 optype = BINOP; in gen_farith()
6486 optype = BINOP; in gen_farith()
7229 switch (optype) { in gen_farith()
/external/llvm/lib/Target/CellSPU/
DSPUInstrInfo.td2344 class ROTIVecInst<ValueType vectype, Operand optype, ValueType inttype, PatLeaf pred>:
2345 ROTIInst<(outs VECREG:$rT), (ins VECREG:$rA, optype:$val),
2349 class ROTIRegInst<RegisterClass rclass, Operand optype, ValueType inttype, PatLeaf pred>:
2350 ROTIInst<(outs rclass:$rT), (ins rclass:$rA, optype:$val),
2480 class ROTQBIIVecInst<ValueType vectype, Operand optype, ValueType inttype,
2482 ROTQBIIInst<(outs VECREG:$rT), (ins VECREG:$rA, optype:$val),
2485 class ROTQBIIRegInst<RegisterClass rclass, Operand optype, ValueType inttype,
2487 ROTQBIIInst<(outs rclass:$rT), (ins rclass:$rA, optype:$val),
2670 class ROTQMBYIRegInst<RegisterClass rclass, Operand optype, ValueType inttype,
2672 ROTQMBYIInst<(outs rclass:$rT), (ins rclass:$rA, optype:$val),
[all …]
/external/openssl/include/openssl/
Devp.h1127 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,