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

12345678910

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/firewire/
H A Dfiredtv-avc.c80 u8 operand[509]; member in struct:avc_command_frame
87 u8 operand[509]; member in struct:avc_response_frame
94 memset(&c->operand[from], 0, to - from + 1);
253 r->operand[0] == SFE_VENDOR_DE_COMPANYID_0 &&
254 r->operand[1] == SFE_VENDOR_DE_COMPANYID_1 &&
255 r->operand[2] == SFE_VENDOR_DE_COMPANYID_2 &&
256 r->operand[3] == SFE_VENDOR_OPCODE_REGISTER_REMOTE_CONTROL;
269 fdtv_handle_rc(fdtv, r->operand[4] << 8 | r->operand[5]);
297 static int add_pid_filter(struct firedtv *fdtv, u8 *operand) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/firewire/
H A Dfiredtv-avc.c80 u8 operand[509]; member in struct:avc_command_frame
87 u8 operand[509]; member in struct:avc_response_frame
94 memset(&c->operand[from], 0, to - from + 1);
253 r->operand[0] == SFE_VENDOR_DE_COMPANYID_0 &&
254 r->operand[1] == SFE_VENDOR_DE_COMPANYID_1 &&
255 r->operand[2] == SFE_VENDOR_DE_COMPANYID_2 &&
256 r->operand[3] == SFE_VENDOR_OPCODE_REGISTER_REMOTE_CONTROL;
269 fdtv_handle_rc(fdtv, r->operand[4] << 8 | r->operand[5]);
297 static int add_pid_filter(struct firedtv *fdtv, u8 *operand) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dexoparg2.c91 union acpi_operand_object **operand = &walk_state->operands[0]; local
104 /* The first operand is a namespace node */
106 node = (struct acpi_namespace_node *)operand[0];
110 value = (u32) operand[1]->integer.value;
158 union acpi_operand_object **operand = &walk_state->operands[0]; local
189 status = acpi_ut_divide(operand[0]->integer.value,
190 operand[1]->integer.value,
208 status = acpi_ex_store(return_desc2, operand[2], walk_state);
213 status = acpi_ex_store(return_desc1, operand[3], walk_state);
256 union acpi_operand_object **operand local
489 union acpi_operand_object **operand = &walk_state->operands[0]; local
[all...]
H A Dexoparg3.c88 union acpi_operand_object **operand = &walk_state->operands[0]; local
100 (u32) operand[0]->integer.value,
101 (u32) operand[1]->integer.value,
102 (u32) operand[2]->integer.value));
106 fatal->type = (u32) operand[0]->integer.value;
107 fatal->code = (u32) operand[1]->integer.value;
108 fatal->argument = (u32) operand[2]->integer.value;
147 union acpi_operand_object **operand = &walk_state->operands[0]; local
161 * Create the return object. The Source operand is guaranteed to be
164 return_desc = acpi_ut_create_internal_object((operand[
[all...]
H A Dexoparg1.c143 * DESCRIPTION: Execute Type 1 monadic operator with numeric operand on
150 union acpi_operand_object **operand = &walk_state->operands[0]; local
161 status = acpi_ex_release_mutex(operand[0], walk_state);
166 status = acpi_ex_system_reset_event(operand[0]);
171 status = acpi_ex_system_signal_event(operand[0]);
176 status = acpi_ex_system_do_sleep(operand[0]->integer.value);
182 acpi_ex_system_do_stall((u32) operand[0]->integer.value);
187 status = acpi_ex_unload_table(operand[0]);
217 union acpi_operand_object **operand = &walk_state->operands[0]; local
227 status = acpi_ex_load_op(operand[
259 union acpi_operand_object **operand = &walk_state->operands[0]; local
587 union acpi_operand_object **operand = &walk_state->operands[0]; local
[all...]
H A Dexoparg6.c85 * PARAMETERS: match_op - The AML match operand
218 union acpi_operand_object **operand = &walk_state->operands[0]; local
236 if ((operand[1]->integer.value > MAX_MATCH_OPERATOR) ||
237 (operand[3]->integer.value > MAX_MATCH_OPERATOR)) {
245 index = operand[5]->integer.value;
246 if (index >= operand[0]->package.count) {
250 operand[0]->package.count));
276 for (; index < operand[0]->package.count; index++) {
280 this_element = operand[0]->package.elements[index];
293 if (!acpi_ex_do_match((u32) operand[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/acpica/
H A Dexoparg2.c91 union acpi_operand_object **operand = &walk_state->operands[0]; local
104 /* The first operand is a namespace node */
106 node = (struct acpi_namespace_node *)operand[0];
110 value = (u32) operand[1]->integer.value;
158 union acpi_operand_object **operand = &walk_state->operands[0]; local
189 status = acpi_ut_divide(operand[0]->integer.value,
190 operand[1]->integer.value,
208 status = acpi_ex_store(return_desc2, operand[2], walk_state);
213 status = acpi_ex_store(return_desc1, operand[3], walk_state);
256 union acpi_operand_object **operand local
489 union acpi_operand_object **operand = &walk_state->operands[0]; local
[all...]
H A Dexoparg3.c88 union acpi_operand_object **operand = &walk_state->operands[0]; local
100 (u32) operand[0]->integer.value,
101 (u32) operand[1]->integer.value,
102 (u32) operand[2]->integer.value));
106 fatal->type = (u32) operand[0]->integer.value;
107 fatal->code = (u32) operand[1]->integer.value;
108 fatal->argument = (u32) operand[2]->integer.value;
147 union acpi_operand_object **operand = &walk_state->operands[0]; local
161 * Create the return object. The Source operand is guaranteed to be
164 return_desc = acpi_ut_create_internal_object((operand[
[all...]
H A Dexoparg1.c143 * DESCRIPTION: Execute Type 1 monadic operator with numeric operand on
150 union acpi_operand_object **operand = &walk_state->operands[0]; local
161 status = acpi_ex_release_mutex(operand[0], walk_state);
166 status = acpi_ex_system_reset_event(operand[0]);
171 status = acpi_ex_system_signal_event(operand[0]);
176 status = acpi_ex_system_do_sleep(operand[0]->integer.value);
182 acpi_ex_system_do_stall((u32) operand[0]->integer.value);
187 status = acpi_ex_unload_table(operand[0]);
217 union acpi_operand_object **operand = &walk_state->operands[0]; local
227 status = acpi_ex_load_op(operand[
259 union acpi_operand_object **operand = &walk_state->operands[0]; local
587 union acpi_operand_object **operand = &walk_state->operands[0]; local
[all...]
H A Dexoparg6.c85 * PARAMETERS: match_op - The AML match operand
218 union acpi_operand_object **operand = &walk_state->operands[0]; local
236 if ((operand[1]->integer.value > MAX_MATCH_OPERATOR) ||
237 (operand[3]->integer.value > MAX_MATCH_OPERATOR)) {
245 index = operand[5]->integer.value;
246 if (index >= operand[0]->package.count) {
250 operand[0]->package.count));
276 for (; index < operand[0]->package.count; index++) {
280 this_element = operand[0]->package.elements[index];
293 if (!acpi_ex_do_match((u32) operand[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Dtic30-dis.c221 operand based on the size in bytes. */
343 char operand[2][13] = local
370 get_register_operand ((insn_word & 0x001F0000) >> 16, operand[dest_op]);
371 /* Get the source operand based on addressing mode. */
375 /* Check for the NOP instruction before getting the operand. */
377 get_register_operand ((insn_word & 0x0000001F), operand[src_op]);
380 sprintf (operand[src_op], "@0x%lX", (insn_word & 0x0000FFFF));
383 get_indirect_operand ((insn_word & 0x0000FFFF), 2, operand[src_op]);
386 /* Get the value of the immediate operand based on variable type. */
391 sprintf (operand[src_o
430 char operand[3][13] = local
476 char operand[2][3][13] = local
598 char operand[2][13] = local
[all...]
H A Dtic54x-dis.c181 char operand[4][64] = { {0},{0},{0},{0}, }; local
215 sprint_dual_address (info, operand[i], XMEM (opcode));
216 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
219 sprint_dual_address (info, operand[i], YMEM (opcode));
220 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
245 sprint_indirect_address (info, operand[i], opcode);
246 info->fprintf_func (info->stream, "%s", operand[i]);
253 sprint_direct_address (info, operand[i], opcode);
254 info->fprintf_func (info->stream, "%s", operand[i]);
270 sprint_mmr (info, operand[
[all...]
H A Dalpha-dis.c135 const struct alpha_operand *operand = alpha_operands + *opindex; local
136 if (operand->extract)
137 (*operand->extract) (insn, &invalid);
161 const struct alpha_operand *operand = alpha_operands + *opindex; local
167 if ((operand->flags & AXP_OPERAND_FAKE) != 0)
171 if (operand->extract)
172 value = (*operand->extract) (insn, (int *) NULL);
175 value = (insn >> operand->shift) & ((1 << operand->bits) - 1);
176 if (operand
[all...]
H A Di370-dis.c61 const struct i370_operand *operand; local
96 operand = i370_operands + *opindex;
97 if (operand->extract)
98 (*operand->extract) (insn, &invalid);
113 operand = i370_operands + *opindex;
116 if (operand->extract)
117 value = (*operand->extract) (insn, (int *) NULL);
119 value = (insn.i[0] >> operand->shift) & ((1 << operand->bits) - 1);
121 /* Print the operand a
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dtic30-dis.c221 operand based on the size in bytes. */
343 char operand[2][13] = local
370 get_register_operand ((insn_word & 0x001F0000) >> 16, operand[dest_op]);
371 /* Get the source operand based on addressing mode. */
375 /* Check for the NOP instruction before getting the operand. */
377 get_register_operand ((insn_word & 0x0000001F), operand[src_op]);
380 sprintf (operand[src_op], "@0x%lX", (insn_word & 0x0000FFFF));
383 get_indirect_operand ((insn_word & 0x0000FFFF), 2, operand[src_op]);
386 /* Get the value of the immediate operand based on variable type. */
391 sprintf (operand[src_o
430 char operand[3][13] = local
476 char operand[2][3][13] = local
598 char operand[2][13] = local
[all...]
H A Dtic54x-dis.c181 char operand[4][64] = { {0},{0},{0},{0}, }; local
215 sprint_dual_address (info, operand[i], XMEM (opcode));
216 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
219 sprint_dual_address (info, operand[i], YMEM (opcode));
220 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
245 sprint_indirect_address (info, operand[i], opcode);
246 info->fprintf_func (info->stream, "%s", operand[i]);
253 sprint_direct_address (info, operand[i], opcode);
254 info->fprintf_func (info->stream, "%s", operand[i]);
270 sprint_mmr (info, operand[
[all...]
H A Dalpha-dis.c135 const struct alpha_operand *operand = alpha_operands + *opindex; local
136 if (operand->extract)
137 (*operand->extract) (insn, &invalid);
161 const struct alpha_operand *operand = alpha_operands + *opindex; local
167 if ((operand->flags & AXP_OPERAND_FAKE) != 0)
171 if (operand->extract)
172 value = (*operand->extract) (insn, (int *) NULL);
175 value = (insn >> operand->shift) & ((1 << operand->bits) - 1);
176 if (operand
[all...]
H A Di370-dis.c61 const struct i370_operand *operand; local
96 operand = i370_operands + *opindex;
97 if (operand->extract)
98 (*operand->extract) (insn, &invalid);
113 operand = i370_operands + *opindex;
116 if (operand->extract)
117 value = (*operand->extract) (insn, (int *) NULL);
119 value = (insn.i[0] >> operand->shift) & ((1 << operand->bits) - 1);
121 /* Print the operand a
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dtic30-dis.c221 operand based on the size in bytes. */
343 char operand[2][13] = local
370 get_register_operand ((insn_word & 0x001F0000) >> 16, operand[dest_op]);
371 /* Get the source operand based on addressing mode. */
375 /* Check for the NOP instruction before getting the operand. */
377 get_register_operand ((insn_word & 0x0000001F), operand[src_op]);
380 sprintf (operand[src_op], "@0x%lX", (insn_word & 0x0000FFFF));
383 get_indirect_operand ((insn_word & 0x0000FFFF), 2, operand[src_op]);
386 /* Get the value of the immediate operand based on variable type. */
391 sprintf (operand[src_o
430 char operand[3][13] = local
476 char operand[2][3][13] = local
598 char operand[2][13] = local
[all...]
H A Dtic54x-dis.c181 char operand[4][64] = { {0},{0},{0},{0}, }; local
215 sprint_dual_address (info, operand[i], XMEM (opcode));
216 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
219 sprint_dual_address (info, operand[i], YMEM (opcode));
220 info->fprintf_func (info->stream, "%s%s", comma, operand[i]);
245 sprint_indirect_address (info, operand[i], opcode);
246 info->fprintf_func (info->stream, "%s", operand[i]);
253 sprint_direct_address (info, operand[i], opcode);
254 info->fprintf_func (info->stream, "%s", operand[i]);
270 sprint_mmr (info, operand[
[all...]
H A Dalpha-dis.c135 const struct alpha_operand *operand = alpha_operands + *opindex; local
136 if (operand->extract)
137 (*operand->extract) (insn, &invalid);
161 const struct alpha_operand *operand = alpha_operands + *opindex; local
167 if ((operand->flags & AXP_OPERAND_FAKE) != 0)
171 if (operand->extract)
172 value = (*operand->extract) (insn, (int *) NULL);
175 value = (insn >> operand->shift) & ((1 << operand->bits) - 1);
176 if (operand
[all...]
H A Di370-dis.c61 const struct i370_operand *operand; local
96 operand = i370_operands + *opindex;
97 if (operand->extract)
98 (*operand->extract) (insn, &invalid);
113 operand = i370_operands + *opindex;
116 if (operand->extract)
117 value = (*operand->extract) (insn, (int *) NULL);
119 value = (insn.i[0] >> operand->shift) & ((1 << operand->bits) - 1);
121 /* Print the operand a
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/
H A Dstdatomic.h196 #define atomic_fetch_add_explicit(object, operand, order) \
197 __c11_atomic_fetch_add(object, operand, order)
198 #define atomic_fetch_and_explicit(object, operand, order) \
199 __c11_atomic_fetch_and(object, operand, order)
200 #define atomic_fetch_or_explicit(object, operand, order) \
201 __c11_atomic_fetch_or(object, operand, order)
202 #define atomic_fetch_sub_explicit(object, operand, order) \
203 __c11_atomic_fetch_sub(object, operand, order)
204 #define atomic_fetch_xor_explicit(object, operand, order) \
205 __c11_atomic_fetch_xor(object, operand, orde
[all...]

Completed in 233 milliseconds

12345678910