Searched refs:operand (Results 1 - 25 of 43) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dppc-dis.c61 const struct powerpc_operand *operand; local
82 operand = powerpc_operands + *opindex;
83 if (operand->extract)
84 (*operand->extract) (insn, dialect, &invalid);
101 operand = powerpc_operands + *opindex;
106 if ((operand->flags & PPC_OPERAND_FAKE) != 0)
110 if (operand->extract)
111 value = (*operand->extract) (insn, dialect, &invalid);
114 value = (insn >> operand->shift) & ((1 << operand
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/xmon/
H A Dppc-dis.c60 const struct powerpc_operand *operand; local
81 operand = powerpc_operands + *opindex;
82 if (operand->extract)
83 (*operand->extract) (insn, &invalid);
100 operand = powerpc_operands + *opindex;
105 if ((operand->flags & PPC_OPERAND_FAKE) != 0)
109 if (operand->extract)
110 value = (*operand->extract) (insn, (int *) 0);
113 value = (insn >> operand->shift) & ((1 << operand
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexoparg2.c90 union acpi_operand_object **operand = &walk_state->operands[0]; local
103 /* The first operand is a namespace node */
105 node = (struct acpi_namespace_node *)operand[0];
109 value = (u32) operand[1]->integer.value;
184 union acpi_operand_object **operand = &walk_state->operands[0]; local
215 status = acpi_ut_divide(operand[0]->integer.value,
216 operand[1]->integer.value,
234 status = acpi_ex_store(return_desc2, operand[2], walk_state);
239 status = acpi_ex_store(return_desc1, operand[3], walk_state);
280 union acpi_operand_object **operand local
512 union acpi_operand_object **operand = &walk_state->operands[0]; local
[all...]
H A Dexoparg3.c87 union acpi_operand_object **operand = &walk_state->operands[0]; local
99 (u32) operand[0]->integer.value,
100 (u32) operand[1]->integer.value,
101 (u32) operand[2]->integer.value));
105 fatal->type = (u32) operand[0]->integer.value;
106 fatal->code = (u32) operand[1]->integer.value;
107 fatal->argument = (u32) operand[2]->integer.value;
146 union acpi_operand_object **operand = &walk_state->operands[0]; local
160 * Create the return object. The Source operand is guaranteed to be
165 (operand[
[all...]
H A Dexoparg1.c141 * DESCRIPTION: Execute Type 1 monadic operator with numeric operand on
148 union acpi_operand_object **operand = &walk_state->operands[0]; local
159 status = acpi_ex_release_mutex(operand[0], walk_state);
164 status = acpi_ex_system_reset_event(operand[0]);
169 status = acpi_ex_system_signal_event(operand[0]);
174 status = acpi_ex_system_do_suspend(operand[0]->integer.value);
180 acpi_ex_system_do_stall((u32) operand[0]->integer.value);
185 status = acpi_ex_unload_table(operand[0]);
215 union acpi_operand_object **operand = &walk_state->operands[0]; local
225 status = acpi_ex_load_op(operand[
257 union acpi_operand_object **operand = &walk_state->operands[0]; local
585 union acpi_operand_object **operand = &walk_state->operands[0]; local
[all...]
H A Dexoparg6.c84 * PARAMETERS: match_op - The AML match operand
217 union acpi_operand_object **operand = &walk_state->operands[0]; local
235 if ((operand[1]->integer.value > MAX_MATCH_OPERATOR) ||
236 (operand[3]->integer.value > MAX_MATCH_OPERATOR)) {
244 index = operand[5]->integer.value;
245 if (index >= operand[0]->package.count) {
249 operand[0]->package.count));
278 for (; index < operand[0]->package.count; index++) {
282 this_element = operand[0]->package.elements[index];
295 if (!acpi_ex_do_match((u32) operand[
[all...]
H A Dexcreate.c358 union acpi_operand_object **operand = &walk_state->operands[0]; local
381 status = acpi_tb_find_table(operand[1]->string.pointer,
382 operand[2]->string.pointer,
383 operand[3]->string.pointer, &table_index);
454 union acpi_operand_object **operand = &walk_state->operands[0]; local
469 obj_desc->processor.proc_id = (u8) operand[1]->integer.value;
470 obj_desc->processor.length = (u8) operand[3]->integer.value;
472 (acpi_io_address) operand[2]->integer.value;
476 status = acpi_ns_attach_object((struct acpi_namespace_node *)operand[0],
501 union acpi_operand_object **operand local
550 union acpi_operand_object **operand = &walk_state->operands[0]; local
[all...]
H A Dexconfig.c131 union acpi_operand_object **operand = &walk_state->operands[0]; local
143 status = acpi_tb_find_table(operand[0]->string.pointer,
144 operand[1]->string.pointer,
145 operand[2]->string.pointer, &table_index);
171 if (operand[3]->string.length > 0) {
177 acpi_ns_get_node(start_node, operand[3]->string.pointer,
186 if (operand[4]->string.length > 0) {
187 if ((operand[4]->string.pointer[0] != '\\') &&
188 (operand[4]->string.pointer[0] != '^')) {
199 acpi_ns_get_node(start_node, operand[
[all...]
H A Dexresolv.c316 /* Remove a reference to the original operand, then override */
347 union acpi_operand_object *operand,
351 union acpi_operand_object *obj_desc = (void *)operand;
358 /* Operand can be either a namespace node or an operand descriptor */
435 if (obj_desc == operand) {
346 acpi_ex_resolve_multiple(struct acpi_walk_state *walk_state, union acpi_operand_object *operand, acpi_object_type * return_type, union acpi_operand_object **return_desc) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfplsp.S323 set FP_DST, LV+56 # fp destination operand
329 set FP_SRC, LV+44 # fp source operand
351 set STORE_FLG, LV+19 # flag: operand store (ie. not fcmp/ftst)
356 set DTAG, LV+15 # destination operand type
357 set STAG, LV+14 # source operand type
406 set NORM, 0x00 # operand type for STAG/DTAG
407 set ZERO, 0x01 # operand type for STAG/DTAG
408 set INF, 0x02 # operand type for STAG/DTAG
409 set QNAN, 0x03 # operand type for STAG/DTAG
410 set DENORM, 0x04 # operand typ
[all...]
H A Dpfpsp.S342 set FP_DST, LV+56 # fp destination operand
348 set FP_SRC, LV+44 # fp source operand
370 set STORE_FLG, LV+19 # flag: operand store (ie. not fcmp/ftst)
375 set DTAG, LV+15 # destination operand type
376 set STAG, LV+14 # source operand type
425 set NORM, 0x00 # operand type for STAG/DTAG
426 set ZERO, 0x01 # operand type for STAG/DTAG
427 set INF, 0x02 # operand type for STAG/DTAG
428 set QNAN, 0x03 # operand type for STAG/DTAG
429 set DENORM, 0x04 # operand typ
[all...]
H A Dfpsp.S343 set FP_DST, LV+56 # fp destination operand
349 set FP_SRC, LV+44 # fp source operand
371 set STORE_FLG, LV+19 # flag: operand store (ie. not fcmp/ftst)
376 set DTAG, LV+15 # destination operand type
377 set STAG, LV+14 # source operand type
426 set NORM, 0x00 # operand type for STAG/DTAG
427 set ZERO, 0x01 # operand type for STAG/DTAG
428 set INF, 0x02 # operand type for STAG/DTAG
429 set QNAN, 0x03 # operand type for STAG/DTAG
430 set DENORM, 0x04 # operand typ
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Ddis.c56 UNUSED, /* Indicates the end of the operand list */
126 struct operand { struct
127 int bits; /* The number of bits in the operand. */
138 static const struct operand operands[] =
1047 /* Extracts an operand value from an instruction. */
1049 const struct operand *operand)
1054 /* Extract fragments of the operand byte for byte. */
1055 code += operand->shift / 8;
1056 bits = (operand
1048 extract_operand(unsigned char *code, const struct operand *operand) argument
1161 const struct operand *operand; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DMethodVisitor.java103 * Visits a zero operand instruction.
123 * Visits an instruction with a single int operand.
127 * @param operand the operand of the instruction to be visited.<br>
128 * When opcode is BIPUSH, operand value should be between
130 * When opcode is SIPUSH, operand value should be between
132 * When opcode is NEWARRAY, operand value should be one of
138 void visitIntInsn(int opcode, int operand); argument
147 * @param var the operand of the instruction to be visited. This operand i
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dscale.S4 | The entry point sSCALE computes the destination operand
5 | scaled by the source operand. If the absolute value of
6 | the source operand is (>= 2^14) an overflow or underflow
12 | Input: Double-extended destination operand in FPTEMP,
13 | double-extended source operand in ETEMP.
232 | t_resdnrm with exceptional operand in ETEMP.
283 clrl FP_SCR1(%a6) |clear the exceptional operand
289 clrl FP_SCR1(%a6) |clear the exceptional operand
334 | exceptional operand in ETEMP.
H A Dx_unfl.S17 | operand needs to made available to the user with a bias of $6000
151 | If the exception bit set is E3, the exceptional operand from the
157 lea WBTEMP(%a6),%a0 |a0 now points to operand
175 lea FPTEMP(%a6),%a0 |a0 now points to operand
202 | Input: a0 points to input operand
206 | Output: a0 points to rounded operand
H A Dkernel_ex.S133 | On entry, a0 points to the exceptional operand. The final exceptional
134 | operand is built in FP_SCR1 and only the sign from the original operand
138 clrl FP_SCR1(%a6) |set exceptional operand to zero
172 bsetb #sign_bit,FP_SCR1(%a6) |set sign bit of exc operand
217 |** Note: the exc operand is returned in ETEMP.
226 clrl FP_SCR1(%a6) |set exceptional operand
247 bsetb #sign_bit,FP_SCR1(%a6) |set exceptional operand sign
H A Dx_ovfl.S30 | operand needs to be made available to the users exception handler
154 | Have a0 point to the correct operand.
H A Dx_unimp.S66 bsrl get_op |go get operand(s)
H A Dsgetem.S40 | handler. It points a0 to the input operand.
66 | handler. It points a0 to the input operand.
H A Dsint.S122 | Input: a0 points to an IEEE extended format operand
212 | ;assumes a0 points to operand
232 | ;Input: a0 points to operand to
H A Ddo_func.S15 | will start with a0 pointing to the ETEMP operand. Dyadic
105 btstb #sign_bit,LOCAL_EX(%a0) |get sign of source operand
117 btstb #sign_bit,LOCAL_EX(%a0) |get sign of source operand
125 btstb #sign_bit,LOCAL_EX(%a0) |get sign of source operand
145 | Load either a +0 or +inf for plus/minus operand
153 | Result is either an operr or +inf for plus/minus operand
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/ifpsp060/
H A Dfskeleton.S107 | This is the exit point for the 060FPSP when an enabled operand error exception
109 | for enabled operand error exceptions. The exception stack frame is an operand error
110 | stack frame. The FP state frame holds the source operand of the faulting
129 | stack frame. The FP state frame holds the source operand of the faulting
148 | stack frame. The FP state frame holds the source operand of the faulting
167 | stack frame. The FP state frame holds the source operand of the faulting
H A Diskeleton.S86 | and the operand was out of bounds, then _isp_unimp() creates
121 | integer divide where the source operand is a zero, then the _isp_unimp()
186 | region. Note: the routine must lock two pages if the operand
191 | a0 = operand address
254 | Note: the routine must unlock two pages if the operand spans
257 | a0 = operand address
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/boot/
H A Dsetup.S834 # However, using an operand prefix (0x66), the CPU will properly

Completed in 316 milliseconds

12