Searched refs:opc (Results 1 - 25 of 77) sorted by relevance

1234

/external/valgrind/auxprogs/
H A Ds390-check-opcodes.pl8 # It utilizes <binutils>/opcodes/s390-opc.txt and
10 # - identify new opcodes that are present in s390-opc.txt
11 # (s390-opc.txt is the golden list)
18 die "usage: s390-check-opcodes s390-opcodes.csv s390-opc.txt guest_s390_toIR.c\n";
33 # Read s390-opc.txt (binutils)
202 foreach my $opc (keys %opc_desc) {
203 if (! $csv_desc{$opc}) {
204 print "*** opcode $opc not listed in $csv_file\n";
207 foreach my $opc (keys %csv_desc) {
208 if (! $opc_desc{$opc}) {
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dmilenage.c27 * @opc: OPc = 128-bit value derived from OP and K
36 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand, argument
44 tmp1[i] = _rand[i] ^ opc[i];
57 tmp3[(i + 8) % 16] = tmp2[i] ^ opc[i];
67 tmp1[i] ^= opc[i];
78 * @opc: OPc = 128-bit value derived from OP and K
88 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand, argument
96 tmp1[i] = _rand[i] ^ opc[i];
108 tmp1[i] = tmp2[i] ^ opc[i];
114 tmp3[i] ^= opc[
173 milenage_generate(const u8 *opc, const u8 *amf, const u8 *k, const u8 *sqn, const u8 *_rand, u8 *autn, u8 *ik, u8 *ck, u8 *res, size_t *res_len) argument
208 milenage_auts(const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts, u8 *sqn) argument
235 gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres, u8 *kc) argument
270 milenage_check(const u8 *opc, const u8 *k, const u8 *sqn, const u8 *_rand, const u8 *autn, u8 *ik, u8 *ck, u8 *res, size_t *res_len, u8 *auts) argument
[all...]
H A Dmilenage.h12 void milenage_generate(const u8 *opc, const u8 *amf, const u8 *k,
15 int milenage_auts(const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts,
17 int gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres,
19 int milenage_check(const u8 *opc, const u8 *k, const u8 *sqn, const u8 *_rand,
22 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand,
24 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand,
/external/wpa_supplicant_8/src/crypto/
H A Dmilenage.c27 * @opc: OPc = 128-bit value derived from OP and K
36 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand, argument
44 tmp1[i] = _rand[i] ^ opc[i];
57 tmp3[(i + 8) % 16] = tmp2[i] ^ opc[i];
67 tmp1[i] ^= opc[i];
78 * @opc: OPc = 128-bit value derived from OP and K
88 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand, argument
96 tmp1[i] = _rand[i] ^ opc[i];
108 tmp1[i] = tmp2[i] ^ opc[i];
114 tmp3[i] ^= opc[
173 milenage_generate(const u8 *opc, const u8 *amf, const u8 *k, const u8 *sqn, const u8 *_rand, u8 *autn, u8 *ik, u8 *ck, u8 *res, size_t *res_len) argument
208 milenage_auts(const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts, u8 *sqn) argument
235 gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres, u8 *kc) argument
270 milenage_check(const u8 *opc, const u8 *k, const u8 *sqn, const u8 *_rand, const u8 *autn, u8 *ik, u8 *ck, u8 *res, size_t *res_len, u8 *auts) argument
[all...]
H A Dmilenage.h12 void milenage_generate(const u8 *opc, const u8 *amf, const u8 *k,
15 int milenage_auts(const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts,
17 int gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres,
19 int milenage_check(const u8 *opc, const u8 *k, const u8 *sqn, const u8 *_rand,
22 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand,
24 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand,
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dmilenage.c27 * @opc: OPc = 128-bit value derived from OP and K
36 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand, argument
44 tmp1[i] = _rand[i] ^ opc[i];
57 tmp3[(i + 8) % 16] = tmp2[i] ^ opc[i];
67 tmp1[i] ^= opc[i];
78 * @opc: OPc = 128-bit value derived from OP and K
88 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand, argument
96 tmp1[i] = _rand[i] ^ opc[i];
108 tmp1[i] = tmp2[i] ^ opc[i];
114 tmp3[i] ^= opc[
173 milenage_generate(const u8 *opc, const u8 *amf, const u8 *k, const u8 *sqn, const u8 *_rand, u8 *autn, u8 *ik, u8 *ck, u8 *res, size_t *res_len) argument
208 milenage_auts(const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts, u8 *sqn) argument
235 gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres, u8 *kc) argument
270 milenage_check(const u8 *opc, const u8 *k, const u8 *sqn, const u8 *_rand, const u8 *autn, u8 *ik, u8 *ck, u8 *res, size_t *res_len, u8 *auts) argument
[all...]
H A Dmilenage.h12 void milenage_generate(const u8 *opc, const u8 *amf, const u8 *k,
15 int milenage_auts(const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts,
17 int gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres,
19 int milenage_check(const u8 *opc, const u8 *k, const u8 *sqn, const u8 *_rand,
22 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand,
24 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand,
/external/autotest/client/cros/cellular/
H A Dprologix_scpi_driver_test_noautorun.py43 self._get_idns_and_verify(instruments=[instr], opc=True)
66 self._get_idns_and_verify(instruments=[instr], opc=True)
152 Test with opc True. OPC= operation complete. Asking this
158 self._get_idns_and_verify(instruments=scpi_instruments, opc=True)
164 self._get_idns_and_verify(instruments=scpi_instruments, opc=False)
180 log.debug("setting opc to %s " % opc_on_stanza)
184 def _get_idns_and_verify(self, instruments, opc=False):
190 scpi_connection = self._open_prologix(instr, opc_on_stanza=opc)
/external/libunwind/src/ia64/
H A DGscript.c267 enum ia64_script_insn_opcode opc; local
275 opc = IA64_INSN_MOVE;
286 opc = IA64_INSN_MOVE_STACKED_NAT;
288 opc = IA64_INSN_MOVE_STACKED;
296 opc = IA64_INSN_MOVE_NAT;
302 opc = IA64_INSN_MOVE_SCRATCH_NAT;
304 opc = IA64_INSN_MOVE_SCRATCH;
323 opc = IA64_INSN_MOVE_SCRATCH;
333 opc = IA64_INSN_MOVE_NO_NAT;
337 opc
521 unsigned long opc, dst; local
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp83 BinaryOperatorKind opc = binop->getOpcode(); local
85 if (mulop == nullptr && opc == BO_Mul)
87 if (opc != BO_Mul && opc != BO_Add && opc != BO_Sub && opc != BO_Shl)
95 if (EvaluatesToZero(maxVal, opc))
97 } else if ((opc == BO_Add || opc == BO_Mul) &&
100 if (EvaluatesToZero(maxVal, opc))
[all...]
/external/libunwind/include/tdep-ia64/
H A Dscript.h36 unsigned int opc; /* see enum ia64_script_insn_opcode */ member in struct:ia64_script_insn
/external/valgrind/VEX/priv/
H A Dguest_tilegx_defs.h75 extern ULong tilegx_dirtyhelper_gen ( ULong opc,
H A Dguest_tilegx_helpers.c210 ULong tilegx_dirtyhelper_gen ( ULong opc, argument
214 switch (opc)
288 vex_printf("opc=%d rd0=%llx rd1=%llx\n",
289 (int)opc, rd0, rd1);
336 vex_printf("opc=%d rd0=%llx rd1=%llx\n",
337 (int)opc, rd0, rd1);
1086 vex_printf("opc=%d rd0=%llx rd1=%llx\n",
1087 (int)opc, rd0, rd1);
1092 ULong tilegx_dirtyhelper_gen ( ULong opc, argument
H A Dguest_x86_toIR.c5556 UChar opc,
5577 switch (opc) {
5645 vex_printf("\n0x%x\n", opc);
5692 name, show_granularity ? nameMMXGran(opc & 3) : "",
5841 UChar opc = getIByte(delta); local
5847 switch (opc) {
5937 delta = dis_MMXop_regmem_to_reg ( sorb, delta, opc, "padd", True );
5944 delta = dis_MMXop_regmem_to_reg ( sorb, delta, opc, "padds", True );
5951 delta = dis_MMXop_regmem_to_reg ( sorb, delta, opc, "paddus", True );
5959 delta = dis_MMXop_regmem_to_reg ( sorb, delta, opc, "psu
5554 dis_MMXop_regmem_to_reg( UChar sorb, Int delta, UChar opc, const HChar* name, Bool show_granularity ) argument
8085 UChar opc, modrm, abyte, pre; local
[all...]
H A Dguest_amd64_toIR.c7066 UChar opc,
7087 switch (opc) {
7155 vex_printf("\n0x%x\n", (UInt)opc);
7202 name, show_granularity ? nameMMXGran(opc & 3) : "",
7351 UChar opc = getUChar(delta); local
7357 switch (opc) {
7497 delta = dis_MMXop_regmem_to_reg ( vbi, pfx, delta, opc, "padd", True );
7505 delta = dis_MMXop_regmem_to_reg ( vbi, pfx, delta, opc, "padds", True );
7512 delta = dis_MMXop_regmem_to_reg ( vbi, pfx, delta, opc, "paddus", True );
7520 delta = dis_MMXop_regmem_to_reg ( vbi, pfx, delta, opc, "psu
7063 dis_MMXop_regmem_to_reg( const VexAbiInfo* vbi, Prefix pfx, Long delta, UChar opc, const HChar* name, Bool show_granularity ) argument
10319 dis_CVTxSD2SI( const VexAbiInfo* vbi, Prefix pfx, Long delta, Bool isAvx, UChar opc, Int sz ) argument
10367 dis_CVTxSS2SI( const VexAbiInfo* vbi, Prefix pfx, Long delta, Bool isAvx, UChar opc, Int sz ) argument
12342 UChar opc = getUChar(delta); local
15282 UChar opc = getUChar(delta); local
15763 UChar opc = getUChar(delta); local
16283 UChar opc = getUChar(delta); local
16410 UChar opc = getUChar(delta); local
17808 UChar opc = getUChar(delta); local
18484 dis_PCMPISTRI_3A( UChar modrm, UInt regNoL, UInt regNoR, Long delta, UChar opc, UChar imm, HChar dis_buf[]) argument
19121 UChar opc = getUChar(delta); local
19817 UChar opc = getUChar(delta); delta++; local
21541 UChar opc = getUChar(delta); local
22488 UChar opc = getUChar(delta); local
22573 UChar opc = getUChar(delta); local
23885 UChar opc = getUChar(delta); local
27896 UChar opc = getUChar(delta); local
30130 UChar opc = getUChar(delta); local
[all...]
H A Dhost_mips_defs.c2116 static UChar *mkFormI(UChar * p, UInt opc, UInt rs, UInt rt, UInt imm) argument
2119 vassert(opc < 0x40);
2123 theInstr = ((opc << 26) | (rs << 21) | (rt << 16) | (imm));
2134 static UChar *mkFormR(UChar * p, UInt opc, UInt rs, UInt rt, UInt rd, UInt sa, argument
2140 vassert(opc < 0x40);
2146 theInstr = ((opc << 26) | (rs << 21) | (rt << 16) | (rd << 11) | (sa << 6) |
3179 UInt opc, sz = i->Min.Load.sz; local
3186 opc = 32;
3189 opc = 33;
3192 opc
3206 UInt opc, sz = i->Min.Load.sz; local
3236 UInt opc, sz = i->Min.Store.sz; local
3263 UInt opc, sz = i->Min.Store.sz; local
[all...]
/external/valgrind/none/tests/tilegx/
H A Dgen_insn_test.c179 const struct tilegx_opcode *opc = local
184 //int pipeX01 = (opc->pipes & 0x01) ? 0 : 1;
185 int op_num = opc->num_operands;
188 if ((opc->pipes & 3) == 0)
198 insn |= opc->fixed_bit_values[p];
232 &tilegx_operands[opc->operands[p][i]];
279 &tilegx_operands[opc->operands[p][i]];
340 &tilegx_operands[opc->operands[p][i]];
382 &tilegx_operands[opc->operands[p][i]];
417 const struct tilegx_opcode *opc local
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp635 unsigned opc = getNewValueJumpOpcode(cmpInstr, cmpOp2, local
639 opc = QII->getInvertedPredicatedOpcode(opc);
643 QII->get(opc))
654 QII->get(opc))
660 QII->get(opc))
H A DHexagonISelDAGToDAG.cpp860 unsigned opc; local
867 opc = Hexagon::L2_loadrd_pci_pseudo;
873 opc = Hexagon::L2_loadri_pci_pseudo;
879 opc = Hexagon::L2_loadrh_pci_pseudo;
886 opc = Hexagon::L2_loadruh_pci_pseudo;
893 opc = Hexagon::L2_loadrb_pci_pseudo;
900 opc = Hexagon::L2_loadrub_pci_pseudo;
905 llvm_unreachable("no opc");
917 SDNode* Result = CurDAG->getMachineNode(opc, dl, ResTys, Ops);
954 unsigned opc; local
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_emit_nvc0.cpp294 CodeEmitterNVC0::emitForm_A(const Instruction *i, uint64_t opc) argument
296 code[0] = opc;
297 code[1] = opc >> 32;
334 CodeEmitterNVC0::emitForm_B(const Instruction *i, uint64_t opc) argument
336 code[0] = opc;
337 code[1] = opc >> 32;
363 CodeEmitterNVC0::emitForm_S(const Instruction *i, uint32_t opc, bool pred) argument
365 code[0] = opc;
368 if (opc == 0x0d || opc
1397 uint32_t opc; local
1424 uint32_t opc; local
1498 uint64_t opc; local
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dhlr_auc_gw.c86 u8 opc[16]; member in struct:milenage_parameters
127 " opc CHAR(32) NOT NULL,"
179 if (os_strcmp(col[i], "opc") == 0 && argv[i] &&
180 hexstr2bin(argv[i], m->opc, sizeof(m->opc))) {
448 hexstr2bin(pos, m->opc, 16)) {
541 pos += wpa_snprintf_hex(pos, end - pos, m->opc, 16);
621 gsm_milenage(m->opc, m->ki, _rand, sres, kc);
688 gsm_milenage(m->opc, m->ki, _rand, sres, kc);
763 milenage_generate(m->opc,
[all...]
/external/freetype/src/truetype/
H A Dttobjs.h179 FT_UInt opc; /* function #, or instruction code */ member in struct:TT_DefRecord_
/external/pdfium/third_party/freetype/src/truetype/
H A Dttobjs.h168 FT_UInt opc; /* function #, or instruction code */ member in struct:TT_DefRecord_
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp414 unsigned opc = 4; // bits {24-21}. Default to add: 0b0100 local
417 opc = 2; // 0b0010
424 return ARM_AM::getSOImmVal(Value) | (opc << 21);
429 unsigned opc = 0; local
432 opc = 5;
435 uint32_t out = (opc << 21);
/external/llvm/lib/IR/
H A DConstantFold.cpp78 unsigned opc, ///< opcode of the second cast constant expression
84 assert(CastInst::isCast(opc) && "Invalid cast opcode");
90 Instruction::CastOps secondOp = Instruction::CastOps(opc);
524 Constant *llvm::ConstantFoldCastInstruction(unsigned opc, Constant *V, argument
530 if (opc == Instruction::ZExt || opc == Instruction::SExt ||
531 opc == Instruction::UIToFP || opc == Instruction::SIToFP)
544 if (unsigned newOpc = foldConstantCastPair(opc, CE, DestTy))
549 opc !
77 foldConstantCastPair( unsigned opc, ConstantExpr *Op, Type *DstTy ) argument
[all...]

Completed in 1932 milliseconds

1234