/external/webkit/Source/JavaScriptCore/assembler/ |
SH4Assembler.h | 220 inline uint16_t getOpcodeGroup1(uint16_t opc, int rm, int rn) 222 return (opc | ((rm & 0xf) << 8) | ((rn & 0xf) << 4)); 225 inline uint16_t getOpcodeGroup2(uint16_t opc, int rm) 227 return (opc | ((rm & 0xf) << 8)); 230 inline uint16_t getOpcodeGroup3(uint16_t opc, int rm, int rn) 232 return (opc | ((rm & 0xf) << 8) | (rn & 0xff)); 235 inline uint16_t getOpcodeGroup4(uint16_t opc, int rm, int rn, int offset) 237 return (opc | ((rm & 0xf) << 8) | ((rn & 0xf) << 4) | (offset & 0xf)); 240 inline uint16_t getOpcodeGroup5(uint16_t opc, int rm) 242 return (opc | (rm & 0xff)) 446 uint16_t opc = getOpcodeGroup2(MOVT_OPCODE, dst); local 454 uint16_t opc = getOpcodeGroup1(ADD_OPCODE, dst, src); local 460 uint16_t opc = getOpcodeGroup1(ADDC_OPCODE, dst, src); local 466 uint16_t opc = getOpcodeGroup1(ADDV_OPCODE, dst, src); local 474 uint16_t opc = getOpcodeGroup3(ADDIMM_OPCODE, dst, imm8); local 480 uint16_t opc = getOpcodeGroup1(AND_OPCODE, dst, src); local 489 uint16_t opc = getOpcodeGroup5(ANDIMM_OPCODE, imm8); local 495 uint16_t opc = getOpcodeGroup1(DIV1_OPCODE, dst, src); local 501 uint16_t opc = getOpcodeGroup1(DIV0_OPCODE, dst, src); local 507 uint16_t opc = getOpcodeGroup1(NOT_OPCODE, dst, src); local 513 uint16_t opc = getOpcodeGroup1(OR_OPCODE, dst, src); local 522 uint16_t opc = getOpcodeGroup5(ORIMM_OPCODE, imm8); local 528 uint16_t opc = getOpcodeGroup1(SUB_OPCODE, dst, src); local 534 uint16_t opc = getOpcodeGroup1(SUBV_OPCODE, dst, src); local 540 uint16_t opc = getOpcodeGroup1(XOR_OPCODE, dst, src); local 549 uint16_t opc = getOpcodeGroup5(XORIMM_OPCODE, imm8); local 575 uint16_t opc = getOpcodeGroup1(NEG_OPCODE, dst, src); local 581 uint16_t opc = getOpcodeGroup1(SHLD_OPCODE, dst, rShift); local 599 uint16_t opc = getOpcodeGroup1(SHAD_OPCODE, dst, rShift); local 625 uint16_t opc = getOpcodeGroup1(MULL_OPCODE, dst, src); local 631 uint16_t opc = getOpcodeGroup1(DMULL_L_OPCODE, dst, src); local 637 uint16_t opc = getOpcodeGroup1(DMULSL_OPCODE, dst, src); local 643 uint16_t opc = getOpcodeGroup2(STSMACL_OPCODE, reg); local 649 uint16_t opc = getOpcodeGroup2(STSMACH_OPCODE, reg); local 695 uint16_t opc = getOpcodeGroup2(CMPPL_OPCODE, reg); local 701 uint16_t opc = getOpcodeGroup2(CMPPZ_OPCODE, reg); local 707 uint16_t opc = getOpcodeGroup5(CMPEQIMM_OPCODE, imm); local 713 uint16_t opc = getOpcodeGroup1(TST_OPCODE, dst, src); local 721 uint16_t opc = getOpcodeGroup5(TSTIMM_OPCODE, imm); local 792 uint16_t opc = getOpcodeGroup2(LDSPR_OPCODE, reg); local 798 uint16_t opc = getOpcodeGroup2(STSPR_OPCODE, reg); local 804 uint16_t opc = getOpcodeGroup1(EXTUW_OPCODE, dst, src); local 812 uint16_t opc = getOpcodeGroup2(LDS_RM_FPUL_OPCODE, src); local 818 uint16_t opc = getOpcodeGroup2(FNEG_OPCODE, dst); local 824 uint16_t opc = getOpcodeGroup2(FSQRT_OPCODE, dst); local 830 uint16_t opc = getOpcodeGroup2(STS_FPUL_RN_OPCODE, src); local 836 uint16_t opc = getOpcodeGroup2(FLOAT_OPCODE, src); local 842 uint16_t opc = getOpcodeGroup1(FMUL_OPCODE, dst, src); local 848 uint16_t opc = getOpcodeGroup1(FMOVS_READ_RM_OPCODE, dst, src); local 854 uint16_t opc = getOpcodeGroup1(FMOVS_WRITE_RN_OPCODE, dst, src); local 860 uint16_t opc = getOpcodeGroup1(FMOVS_WRITE_R0RN_OPCODE, dst, src); local 866 uint16_t opc = getOpcodeGroup1(FMOVS_READ_R0RM_OPCODE, dst, src); local 872 uint16_t opc = getOpcodeGroup1(FMOVS_READ_RM_INC_OPCODE, dst, src); local 878 uint16_t opc = getOpcodeGroup1(FMOVS_WRITE_RN_DEC_OPCODE, dst, src); local 884 uint16_t opc = getOpcodeGroup2(FTRC_OPCODE, src); local 890 uint16_t opc = getOpcodeGroup2(FLDS_FRM_FPUL_OPCODE, src); local 896 uint16_t opc = getOpcodeGroup2(FSTS_FPUL_FRN_OPCODE, src); local 902 uint16_t opc = getOpcodeGroup2(LDSFPSCR_OPCODE, reg); local 908 uint16_t opc = getOpcodeGroup2(STSFPSCR_OPCODE, reg); local 916 uint16_t opc = getOpcodeGroup7(FCNVDS_DRM_FPUL_OPCODE, src >> 1); local 922 uint16_t opc = getOpcodeGroup8(FCMPEQ_OPCODE, dst >> 1, src >> 1); local 928 uint16_t opc = getOpcodeGroup8(FCMPGT_OPCODE, dst >> 1, src >> 1); local 934 uint16_t opc = getOpcodeGroup8(FMUL_OPCODE, dst >> 1, src >> 1); local 940 uint16_t opc = getOpcodeGroup8(FSUB_OPCODE, dst >> 1, src >> 1); local 946 uint16_t opc = getOpcodeGroup8(FADD_OPCODE, dst >> 1, src >> 1); local 952 uint16_t opc = getOpcodeGroup8(FMOV_OPCODE, dst >> 1, src >> 1); local 958 uint16_t opc = getOpcodeGroup8(FDIV_OPCODE, dst >> 1, src >> 1); local 964 uint16_t opc = getOpcodeGroup7(FSQRT_OPCODE, dst >> 1); local 970 uint16_t opc = getOpcodeGroup7(FNEG_OPCODE, dst >> 1); local 976 uint16_t opc = getOpcodeGroup10(FMOVS_READ_RM_OPCODE, dst >> 1, src); local 982 uint16_t opc = getOpcodeGroup9(FMOVS_WRITE_RN_OPCODE, dst, src >> 1); local 988 uint16_t opc = getOpcodeGroup9(FMOVS_WRITE_R0RN_OPCODE, dst, src >> 1); local 994 uint16_t opc = getOpcodeGroup10(FMOVS_READ_R0RM_OPCODE, dst >> 1, src); local 1000 uint16_t opc = getOpcodeGroup10(FMOVS_READ_RM_INC_OPCODE, dst >> 1, src); local 1006 uint16_t opc = getOpcodeGroup9(FMOVS_WRITE_RN_DEC_OPCODE, dst, src >> 1); local 1012 uint16_t opc = getOpcodeGroup7(FLOAT_OPCODE, src >> 1); local 1018 uint16_t opc = getOpcodeGroup7(FTRC_OPCODE, src >> 1); local 1028 uint16_t opc = getOpcodeGroup3(MOVIMM_OPCODE, dst, imm8); local 1034 uint16_t opc = getOpcodeGroup1(MOV_OPCODE, dst, src); local 1040 uint16_t opc = getOpcodeGroup1(MOVW_WRITE_RN_OPCODE, dst, src); local 1046 uint16_t opc = getOpcodeGroup1(MOVW_READ_RM_OPCODE, dst, src); local 1055 uint16_t opc = getOpcodeGroup3(MOVW_READ_OFFPC_OPCODE, dst, offset); local 1063 uint16_t opc = getOpcodeGroup11(MOVW_READ_OFFRM_OPCODE, base, offset); local 1069 uint16_t opc = getOpcodeGroup1(MOVW_READ_R0RM_OPCODE, dst, src); local 1087 uint16_t opc = getOpcodeGroup1(MOVL_WRITE_RN_OPCODE, base, src); local 1112 uint16_t opc = getOpcodeGroup11(MOVB_READ_OFFRM_OPCODE, base, offset); local 1118 uint16_t opc = getOpcodeGroup1(MOVB_READ_R0RM_OPCODE, dst, src); local 1124 uint16_t opc = getOpcodeGroup1(MOVB_READ_RM_OPCODE, dst, src); local 1130 uint16_t opc = getOpcodeGroup1(MOVL_READ_RM_OPCODE, dst, base); local 1136 uint16_t opc = getOpcodeGroup1(MOVL_READ_RMINC_OPCODE, dst, base); local 1142 uint16_t opc = getOpcodeGroup1(MOVL_READ_R0RM_OPCODE, dst, src); local 1148 uint16_t opc = getOpcodeGroup1(MOVL_WRITE_R0RN_OPCODE, dst, src); local 1156 uint16_t opc = getOpcodeGroup3(MOVIMM_OPCODE, dst, imm8); local 1167 uint16_t opc = getOpcodeGroup3(MOVIMM_OPCODE, dst, 0); local 1176 uint16_t opc = getOpcodeGroup3(MOVIMM_OPCODE, dst, 0); local [all...] |
/external/wpa_supplicant_8/src/crypto/ |
milenage.c | 33 * @opc: OPc = 128-bit value derived from OP and K 42 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand, 50 tmp1[i] = _rand[i] ^ opc[i]; 63 tmp3[(i + 8) % 16] = tmp2[i] ^ opc[i]; 73 tmp1[i] ^= opc[i]; 84 * @opc: OPc = 128-bit value derived from OP and K 94 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand, 102 tmp1[i] = _rand[i] ^ opc[i] [all...] |
milenage.h | 18 void milenage_generate(const u8 *opc, const u8 *amf, const u8 *k, 21 int milenage_auts(const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts, 23 int gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres, 25 int milenage_check(const u8 *opc, const u8 *k, const u8 *sqn, const u8 *_rand, 28 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand, 30 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand,
|
/external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/ |
milenage.h | 18 void milenage_generate(const u8 *opc, const u8 *amf, const u8 *k, 21 int milenage_auts(const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts, 23 int gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres, 25 int milenage_check(const u8 *opc, const u8 *k, const u8 *sqn, const u8 *_rand,
|
milenage.c | 33 * @opc: OPc = 128-bit value derived from OP and K 42 static int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand, 50 tmp1[i] = _rand[i] ^ opc[i]; 63 tmp3[(i + 8) % 16] = tmp2[i] ^ opc[i]; 73 tmp1[i] ^= opc[i]; 84 * @opc: OPc = 128-bit value derived from OP and K 94 static int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand, 102 tmp1[i] = _rand[i] ^ opc[i] 356 u8 opc[16]; member in struct:gsm_milenage_test_set 585 u8 opc[16]; member in struct:milenage_test_set 1025 u8 buf[16], buf2[16], buf3[16], buf4[16], buf5[16], opc[16]; local [all...] |
hlr_auc_gw.c | 67 /* OPc and AMF parameters for Milenage (Example algorithms for AKA). */ 72 u8 opc[16]; member in struct:milenage_parameters 271 /* Parse IMSI Ki OPc AMF SQN */ 323 /* OPc */ 326 printf("%s:%d - Invalid OPc (%s)\n", fname, line, pos); 331 if (strlen(pos) != 32 || hexstr2bin(pos, m->opc, 16)) { 332 printf("%s:%d - Invalid OPc (%s)\n", fname, line, pos); 423 gsm_milenage(m->opc, m->ki, _rand, sres, kc); 491 milenage_generate(m->opc, m->amf, m->ki, m->sqn, _rand, 564 if (milenage_auts(m->opc, m->ki, _rand, _auts, sqn)) [all...] |
/external/llvm/lib/Target/CellSPU/ |
SPUInstrInfo.cpp | 33 unsigned opc = I->getOpcode(); local 35 return (opc == SPU::BR 36 || opc == SPU::BRA 37 || opc == SPU::BI); 42 unsigned opc = I->getOpcode(); local 44 return (opc == SPU::BRNZr32 45 || opc == SPU::BRNZv4i32 46 || opc == SPU::BRZr32 47 || opc == SPU::BRZv4i32 48 || opc == SPU::BRHNZr1 145 unsigned opc; local 180 unsigned opc; local [all...] |
/dalvik/dexopt/ |
OptMain.cpp | 133 const char* opc; local 136 opc = strstr(dexoptFlagStr, "v="); /* verification */ 137 if (opc != NULL) { 138 switch (*(opc+2)) { 146 opc = strstr(dexoptFlagStr, "o="); /* optimization */ 147 if (opc != NULL) { 148 switch (*(opc+2)) { 157 opc = strstr(dexoptFlagStr, "m=y"); /* register map */ 158 if (opc != NULL) { 162 opc = strstr(dexoptFlagStr, "u="); /* uniprocessor target * [all...] |
/external/qemu/tcg/i386/ |
tcg-target.c | 351 static void tcg_out_opc(TCGContext *s, int opc, int r, int rm, int x) 355 if (opc & P_DATA16) { 357 assert((opc & P_REXW) == 0); 360 if (opc & P_ADDR32) { 365 rex |= (opc & P_REXW) >> 8; /* REX.W */ 375 rex |= opc & (r >= 4 ? P_REXB_R : 0); 376 rex |= opc & (rm >= 4 ? P_REXB_RM : 0); 382 if (opc & P_EXT) { 385 tcg_out8(s, opc); 388 static void tcg_out_opc(TCGContext *s, int opc) 518 int opc = OPC_MOVL_GvEv + (type == TCG_TYPE_I64 ? P_REXW : 0); local 568 int opc = OPC_MOVL_GvEv + (type == TCG_TYPE_I64 ? P_REXW : 0); local 575 int opc = OPC_MOVL_EvGv + (type == TCG_TYPE_I64 ? P_REXW : 0); local [all...] |
/external/qemu/tcg/x86_64/ |
tcg-target.c | 238 static void tcg_out_opc(TCGContext *s, int opc, int r, int rm, int x) 242 rex |= (opc & P_REXW) >> 6; /* REX.W */ 252 rex |= opc & (r >= 4 ? P_REXB_R : 0); 253 rex |= opc & (rm >= 4 ? P_REXB_RM : 0); 258 if (opc & P_EXT) { 261 tcg_out8(s, opc & 0xff); 264 static inline void tcg_out_modrm(TCGContext *s, int opc, int r, int rm) 266 tcg_out_opc(s, opc, r, rm, 0); 271 static inline void tcg_out_modrm_offset(TCGContext *s, int opc, int r, int rm, 276 tcg_out_opc(s, opc, r, 0, 0) [all...] |
/external/qemu/tcg/ |
tcg-op.h | 28 static inline void tcg_gen_op1_i32(TCGOpcode opc, TCGv_i32 arg1) 30 *gen_opc_ptr++ = opc; 34 static inline void tcg_gen_op1_i64(TCGOpcode opc, TCGv_i64 arg1) 36 *gen_opc_ptr++ = opc; 40 static inline void tcg_gen_op1i(TCGOpcode opc, TCGArg arg1) 42 *gen_opc_ptr++ = opc; 46 static inline void tcg_gen_op2_i32(TCGOpcode opc, TCGv_i32 arg1, TCGv_i32 arg2) 48 *gen_opc_ptr++ = opc; 53 static inline void tcg_gen_op2_i64(TCGOpcode opc, TCGv_i64 arg1, TCGv_i64 arg2) 55 *gen_opc_ptr++ = opc; [all...] |
/external/qemu/tcg/arm/ |
tcg-target.c | 298 #define TO_CPSR(opc) \ 299 ((opc == ARITH_CMP || opc == ARITH_CMN || opc == ARITH_TST) << 20) 385 int cond, int opc, int rd, int rn, int rm, int shift) 387 tcg_out32(s, (cond << 28) | (0 << 25) | (opc << 21) | TO_CPSR(opc) | 411 int cond, int opc, int rd, int rn, int im) 413 tcg_out32(s, (cond << 28) | (1 << 25) | (opc << 21) | TO_CPSR(opc) | 435 int opc = ARITH_MOV; local [all...] |
/external/openssl/crypto/bio/ |
bss_log.c | 122 #define LOG_DAEMON OPC$M_NM_NTWORK 357 opcdef_p->opc$b_ms_type = OPC$_RQ_RQST; 358 memcpy(opcdef_p->opc$z_ms_target_classes, &VMS_OPC_target, 3); 359 opcdef_p->opc$l_ms_rqstid = 0; 360 memcpy(&opcdef_p->opc$l_ms_text, buf, len);
|
/external/qemu/tcg/ppc64/ |
tcg-target.c | 275 #define OPCD(opc) ((opc)<<26) 276 #define XO19(opc) (OPCD(19)|((opc)<<1)) 277 #define XO30(opc) (OPCD(30)|((opc)<<2)) 278 #define XO31(opc) (OPCD(31)|((opc)<<1)) 279 #define XO58(opc) (OPCD(58)|(opc)) [all...] |
/external/llvm/lib/Target/ARM/ |
ARMAsmBackend.cpp | 227 unsigned opc = 4; // bits {24-21}. Default to add: 0b0100 local 230 opc = 2; // 0b0010 235 return ARM_AM::getSOImmVal(Value) | (opc << 21); 240 unsigned opc = 0; local 243 opc = 5; 246 uint32_t out = (opc << 21);
|
/external/qemu/tcg/hppa/ |
tcg-target.c | 954 int addr_reg, int addend_reg, int opc) 962 switch (opc) { 1020 static void tcg_out_qemu_ld(TCGContext *s, const TCGArg *args, int opc) 1024 int datahi_reg = (opc == 3 ? *args++ : TCG_REG_R0); [all...] |
/external/qemu/tcg/ppc/ |
tcg-target.c | 300 #define OPCD(opc) ((opc)<<26) 301 #define XO31(opc) (OPCD(31)|((opc)<<1)) 302 #define XO19(opc) (OPCD(19)|((opc)<<1)) 527 static void tcg_out_qemu_ld (TCGContext *s, const TCGArg *args, int opc) 539 if (opc == 3) 548 s_bits = opc & 3; 603 switch (opc) { [all...] |
/external/qemu/tcg/sparc/ |
tcg-target.c | 471 static void tcg_out_branch_i32(TCGContext *s, int opc, int label_index) 478 tcg_out32(s, (INSN_OP(0) | INSN_COND(opc, 0) | INSN_OP2(0x2) 482 tcg_out32(s, (INSN_OP(0) | INSN_COND(opc, 0) | INSN_OP2(0x2) | 0)); 487 static void tcg_out_branch_i64(TCGContext *s, int opc, int label_index) 494 tcg_out32(s, (INSN_OP(0) | INSN_COND(opc, 0) | INSN_OP2(0x1) | 499 tcg_out32(s, (INSN_OP(0) | INSN_COND(opc, 0) | INSN_OP2(0x1) | 749 int opc) 759 s_bits = opc & 3; 819 switch(opc) { 892 switch(opc) { [all...] |
/external/qemu/hw/ |
bt-hci-csr.c | 184 int opc; local 188 opc = le16_to_cpu(((struct hci_command_hdr *) pkt)->opcode); 189 if (cmd_opcode_ogf(opc) == OGF_VENDOR_CMD) { 190 csrhci_in_packet_vendor(s, cmd_opcode_ocf(opc),
|
/frameworks/base/core/jni/ |
AndroidRuntime.cpp | 580 const char* opc; local 583 opc = strstr(dexoptFlagsBuf, "v="); /* verification */ 584 if (opc != NULL) { 585 switch (*(opc+2)) { 598 opc = strstr(dexoptFlagsBuf, "o="); /* optimization */ 599 if (opc != NULL) { 600 switch (*(opc+2)) { 614 opc = strstr(dexoptFlagsBuf, "m=y"); /* register map */ 615 if (opc != NULL) { [all...] |
/external/wpa_supplicant_8/hostapd/ |
hlr_auc_gw.c | 68 /* OPc and AMF parameters for Milenage (Example algorithms for AKA). */ 73 u8 opc[16]; member in struct:milenage_parameters 272 /* Parse IMSI Ki OPc AMF SQN */ 324 /* OPc */ 327 printf("%s:%d - Invalid OPc (%s)\n", fname, line, pos); 332 if (strlen(pos) != 32 || hexstr2bin(pos, m->opc, 16)) { 333 printf("%s:%d - Invalid OPc (%s)\n", fname, line, pos); 424 gsm_milenage(m->opc, m->ki, _rand, sres, kc); 492 milenage_generate(m->opc, m->amf, m->ki, m->sqn, _rand, 565 if (milenage_auts(m->opc, m->ki, _rand, _auts, sqn)) [all...] |
/external/valgrind/main/VEX/priv/ |
guest_x86_toIR.c | 5705 UChar opc = getIByte(delta); local 7874 UChar opc, modrm, abyte, pre; local [all...] |
host_x86_defs.c | 1994 UInt irno, opc, opc_rr, subopc_imm, opc_imma, opc_cl, opc_imm, subopc; local [all...] |
/external/freetype/src/truetype/ |
ttobjs.h | 178 FT_UInt opc; /* function #, or instruction code */ member in struct:TT_DefRecord_
|
/external/llvm/lib/VMCore/ |
ConstantsContext.h | 231 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, 233 : ConstantExpr(ty, opc, &Op<0>(), 2), predicate(pred) { 304 ExprMapKeyType(unsigned opc, 309 : opcode(opc), subclassoptionaldata(optionalflags), subclassdata(flags),
|