Searched refs:opcode (Results 1 - 25 of 626) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/nwfpe/
H A Dfpopcode.h69 abcd arithmetic opcode (TABLES 3 & 4)
191 #define MASK_CPDT 0x0c000000 /* data processing opcode */
203 /* Get the coprocessor number from the opcode. */
204 #define getCoprocessorNumber(opcode) ((opcode & MASK_COPROCESSOR) >> 8)
206 /* Get the offset from the opcode. */
207 #define getOffset(opcode) (opcode & MASK_OFFSET)
210 #define TEST_OPCODE(opcode,mask) (((opcode)
391 getTransferLength(const unsigned int opcode) argument
412 getRegisterCount(const unsigned int opcode) argument
436 getRoundingPrecision(const unsigned int opcode) argument
457 getDestinationSize(const unsigned int opcode) argument
[all...]
H A Dfpa11_cpdo.c26 unsigned int SingleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd);
27 unsigned int DoubleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd);
28 unsigned int ExtendedCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd);
30 unsigned int EmulateCPDO(const unsigned int opcode) argument
39 nDest = getDestinationSize(opcode);
43 roundData.mode = SetRoundingMode(opcode);
44 roundData.precision = SetRoundingPrecision(opcode);
52 if (MONADIC_INSTRUCTION(opcode))
55 nType = fpa11->fType[getFn(opcode)];
57 if (!CONSTANT_FM(opcode)) {
[all...]
H A Dfpa11.c48 int8 SetRoundingMode(const unsigned int opcode) argument
50 switch (opcode & MASK_ROUNDING_MODE) {
66 int8 SetRoundingPrecision(const unsigned int opcode) argument
69 switch (opcode & MASK_ROUNDING_PRECISION) {
97 /* Emulate the instruction in the opcode. */
98 unsigned int EmulateAll(unsigned int opcode) argument
103 printk("NWFPE: emulating opcode %08x\n", opcode);
105 code = opcode & 0x00000f00;
108 code = opcode
[all...]
H A Dfpa11_cpdt.c224 unsigned int PerformLDF(const unsigned int opcode) argument
227 unsigned int nRc = 1, write_back = WRITE_BACK(opcode);
229 pBase = (unsigned int __user *) readRegister(getRn(opcode));
230 if (REG_PC == getRn(opcode)) {
236 if (BIT_UP_SET(opcode))
237 pFinal += getOffset(opcode);
239 pFinal -= getOffset(opcode);
241 if (PREINDEXED(opcode))
246 switch (opcode & MASK_TRANSFER_LENGTH) {
248 loadSingle(getFd(opcode), pAddres
267 PerformSTF(const unsigned int opcode) argument
318 PerformLFM(const unsigned int opcode) argument
354 PerformSFM(const unsigned int opcode) argument
390 EmulateCPDT(const unsigned int opcode) argument
[all...]
H A Dfpa11.h97 extern unsigned int EmulateAll(unsigned int opcode);
99 extern unsigned int EmulateCPDT(const unsigned int opcode);
100 extern unsigned int EmulateCPDO(const unsigned int opcode);
101 extern unsigned int EmulateCPRT(const unsigned int opcode);
104 extern unsigned int PerformLDF(const unsigned int opcode);
105 extern unsigned int PerformSTF(const unsigned int opcode);
106 extern unsigned int PerformLFM(const unsigned int opcode);
107 extern unsigned int PerformSFM(const unsigned int opcode);
112 const unsigned int opcode, FPREG * rFd);
115 const unsigned int opcode, FPRE
[all...]
H A Dfpa11_cprt.c30 unsigned int PerformFLT(const unsigned int opcode);
31 unsigned int PerformFIX(const unsigned int opcode);
33 static unsigned int PerformComparison(const unsigned int opcode);
35 unsigned int EmulateCPRT(const unsigned int opcode) argument
38 if (opcode & 0x800000) {
43 return PerformComparison(opcode);
47 switch ((opcode & 0x700000) >> 20) {
49 return PerformFLT(opcode);
52 return PerformFIX(opcode);
56 writeFPSR(readRegister(getRd(opcode)));
69 PerformFLT(const unsigned int opcode) argument
112 PerformFIX(const unsigned int opcode) argument
154 PerformComparison(const unsigned int opcode) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dopcode-tile.h21 #include <asm/opcode-tile_64.h>
23 #include <asm/opcode-tile_32.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dpseudo_instructions.h15 extern bool execute_pseudodbg_assert(struct pt_regs *fp, unsigned int opcode);
16 extern bool execute_pseudodbg(struct pt_regs *fp, unsigned int opcode);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dtrace.h85 TP_PROTO(unsigned long opcode, unsigned long *args),
87 TP_ARGS(opcode, args),
90 __field(unsigned long, opcode)
94 __entry->opcode = opcode;
97 TP_printk("opcode=%lu", __entry->opcode),
104 TP_PROTO(unsigned long opcode, unsigned long retval,
107 TP_ARGS(opcode, retval, retbuf),
110 __field(unsigned long, opcode)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/ti-st/
H A Dfm.h11 unsigned char opcode; member in struct:gps_event_hdr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/kmemcheck/
H A DMakefile1 obj-y := error.o kmemcheck.o opcode.o pte.o selftest.o shadow.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-zephyr.c51 char *opcode; member in struct:z_packet
148 z.opcode = 0;
178 PARSE_FIELD_STR(z.opcode);
208 if (!strcmp(z.opcode, "USER_HIDE"))
210 else if (!strcmp(z.opcode, "USER_UNHIDE"))
218 printf(" zephyr-admin %s", str_to_lower(z.opcode));
224 if (!strcmp(z.opcode, "SUBSCRIBE") ||
225 !strcmp(z.opcode, "SUBSCRIBE_NODEFS") ||
226 !strcmp(z.opcode, "UNSUBSCRIBE")) {
228 printf(" %ssub%s", strcmp(z.opcode, "SUBSCRIB
[all...]
H A Dprint-tftp.c80 register int opcode, i; local
90 opcode = EXTRACT_16BITS(&tp->th_opcode);
91 cp = tok2str(op2str, "tftp-#%d", opcode);
93 /* Bail if bogus opcode */
97 switch (opcode) {
105 if (opcode != OACK)
108 if (opcode != OACK)
146 printf("(unknown #%d)", opcode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/net/
H A DPacketTracking.h41 uint8_t opcode; member in struct:Kademlia::TrackPackets_Struct
47 uint8_t opcode; member in struct:Kademlia::TrackChallenge_Struct
79 void AddTrackedOutPacket(uint32_t ip, uint8_t opcode);
80 bool IsOnOutTrackList(uint32_t ip, uint8_t opcode, bool dontRemove = false);
81 bool InTrackListIsAllowedPacket(uint32_t ip, uint8_t opcode, bool validReceiverkey);
83 void AddLegacyChallenge(const CUInt128& contactID, const CUInt128& challengeID, uint32_t ip, uint8_t opcode);
84 bool IsLegacyChallenge(const CUInt128& challengeID, uint32_t ip, uint8_t opcode, CUInt128& contactID);
88 static bool IsTrackedOutListRequestPacket(uint8_t opcode) throw();
H A DPacketTracking.cpp48 void CPacketTracking::AddTrackedOutPacket(uint32_t ip, uint8_t opcode) argument
52 if (!IsTrackedOutListRequestPacket(opcode)) {
56 TrackPackets_Struct track = { ip, now, opcode };
67 bool CPacketTracking::IsTrackedOutListRequestPacket(uint8_t opcode) throw() argument
69 switch (opcode) {
89 bool CPacketTracking::IsOnOutTrackList(uint32_t ip, uint8_t opcode, bool dontRemove) argument
92 if (!IsTrackedOutListRequestPacket(opcode)) {
98 if (it->ip == ip && it->opcode == opcode && now - it->inserted < SEC2MS(180)) {
108 bool CPacketTracking::InTrackListIsAllowedPacket(uint32_t ip, uint8_t opcode, boo argument
258 AddLegacyChallenge(const CUInt128& contactID, const CUInt128& challengeID, uint32_t ip, uint8_t opcode) argument
273 IsLegacyChallenge(const CUInt128& challengeID, uint32_t ip, uint8_t opcode, CUInt128& contactID) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dppc-dis.c33 const struct powerpc_opcode *opcode; local
50 /* Get the major opcode of the instruction. */
53 /* Find the first match in the opcode table. We could speed this up
54 a bit by doing a binary search on the major opcode. */
57 for (opcode = powerpc_opcodes; opcode < opcode_end; opcode++)
66 table_op = PPC_OP (opcode->opcode);
72 if ((insn & opcode
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DMethodVisitor.java105 * @param opcode the opcode of the instruction to be visited. This opcode is
120 void visitInsn(int opcode); argument
125 * @param opcode the opcode of the instruction to be visited. This opcode is
128 * When opcode is BIPUSH, operand value should be between
130 * When opcode is SIPUSH, operand value should be between
132 * When opcode i
138 visitIntInsn(int opcode, int operand) argument
150 visitVarInsn(int opcode, int var) argument
162 visitTypeInsn(int opcode, String desc) argument
175 visitFieldInsn(int opcode, String owner, String name, String desc) argument
189 visitMethodInsn(int opcode, String owner, String name, String desc) argument
203 visitJumpInsn(int opcode, Label label) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Dinat.c23 /* Attribute tables are generated from opcode map */
27 insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode) argument
29 return inat_primary_table[opcode];
32 insn_attr_t inat_get_escape_attribute(insn_byte_t opcode, insn_byte_t last_pfx, argument
47 if (inat_has_variant(table[opcode]) && m) {
52 return table[opcode];
79 insn_attr_t inat_get_avx_attribute(insn_byte_t opcode, insn_byte_t vex_m, argument
88 return table[opcode];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_insformat.h54 opcode : 4, member in struct:ins_format1
58 opcode : 4,
73 opcode : 4, member in struct:ins_format2
77 opcode : 4,
91 opcode : 4, member in struct:ins_format3
95 opcode : 4,
109 opcode : 4, member in struct:ins_format4
113 opcode : 4,
127 opcode : 4, member in struct:ins_format5
131 opcode
145 opcode : 4, member in struct:ins_format6
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dnf_conntrack_tftp.h7 __be16 opcode; member in struct:tftphdr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pcmcia/
H A Dnsp_debug.c49 #define group(opcode) (((opcode) >> 5) & 7)
65 static void print_opcodek(unsigned char opcode) argument
67 const char **table = commands[ group(opcode) ];
71 printk("%s[%02x] ", reserved, opcode);
74 printk("%s(notext)[%02x] ", unknown, opcode);
77 printk("%s[%02x] ", vendor, opcode);
80 if (table[opcode & 0x1f] != unknown)
81 printk("%s[%02x] ", table[opcode & 0x1f], opcode);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Dsequencer.h46 opcode : 4, member in struct:ins_format1
56 opcode : 4, member in struct:ins_format2
65 opcode : 4, member in struct:ins_format3
72 opcode : 4, member in struct:ins_format1
82 opcode : 4, member in struct:ins_format2
92 opcode : 4, member in struct:ins_format3
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dtraps_64.c125 opcode[31:26,20:16]. The 6 MSBs of this value index into the following
142 unsigned long opcode = 0x6ff4fff0; /* guaranteed reserved opcode */ local
157 get_user_error = __get_user(opcode, (unsigned long *)aligned_pc);
163 reserved_field = opcode & 0xf; /* These bits are currently reserved as zero in all valid opcodes */
164 major = (opcode >> 26) & 0x3f;
165 minor = (opcode >> 16) & 0xf;
193 unsigned long regno = (opcode >> 20) & 0x3f;
199 unsigned long regno = (opcode >> 4) & 0x3f;
215 /* Error trying to read opcode
293 unsigned long opcode; local
336 generate_and_check_address(struct pt_regs *regs, __u32 opcode, int displacement_not_indexed, int width_shift, __u64 *address) argument
413 misaligned_load(struct pt_regs *regs, __u32 opcode, int displacement_not_indexed, int width_shift, int do_sign_extend) argument
490 misaligned_store(struct pt_regs *regs, __u32 opcode, int displacement_not_indexed, int width_shift) argument
563 misaligned_fpu_load(struct pt_regs *regs, __u32 opcode, int displacement_not_indexed, int width_shift, int do_paired_load) argument
638 misaligned_fpu_store(struct pt_regs *regs, __u32 opcode, int displacement_not_indexed, int width_shift, int do_paired_load) argument
714 unsigned long opcode; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dpsutils.c89 void acpi_ps_init_op(union acpi_parse_object *op, u16 opcode) argument
94 op->common.aml_opcode = opcode;
98 (opcode))->name,
111 * opcode. A cache of opcodes is available for the pure
116 union acpi_parse_object *acpi_ps_alloc_op(u16 opcode) argument
124 op_info = acpi_ps_get_opcode_info(opcode);
132 } else if (opcode == AML_INT_BYTELIST_OP) {
152 acpi_ps_init_op(op, opcode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/perlasm/
H A Dx86_64-xlate.pl104 { package opcode; # pick up opcodes
231 die if (opcode->mnemonic() ne "mov");
232 opcode->mnemonic("lea");
287 (opcode->mnemonic() =~ /^v?mov([qd])$/) && ($sz=$1) ||
288 (opcode->mnemonic() =~ /^v?pinsr([qdwb])$/) && ($sz=$1) ||
289 (opcode->mnemonic() =~ /^vpbroadcast([qdwb])$/) && ($sz=$1) ||
290 (opcode->mnemonic() =~ /^vinsert[fi]128$/) && ($sz="x");
430 if ($nasm && opcode->mnemonic()=~m/^j(?![re]cxz)/) {
443 my %opcode = # lea 2f-1f(%rip),%dst; 1: nop; 2:
462 $line=sprintf "0x%x,0x90000000",$opcode{
[all...]

Completed in 295 milliseconds

1234567891011>>