Home
last modified time | relevance | path

Searched refs:operands (Results 1 – 50 of 50) sorted by relevance

/linux-4.4.14/drivers/scsi/
Dmac_esp.c172 #define MAC_ESP_PDMA_LOOP(operands) \ argument
176 "1: movew " operands " \n" \
177 "2: movew " operands " \n" \
178 "3: movew " operands " \n" \
179 "4: movew " operands " \n" \
180 "5: movew " operands " \n" \
181 "6: movew " operands " \n" \
182 "7: movew " operands " \n" \
183 "8: movew " operands " \n" \
184 "9: movew " operands " \n" \
[all …]
/linux-4.4.14/drivers/acpi/acpica/
Ddsopcode.c351 walk_state->operands[0], in acpi_ds_eval_buffer_field_operands()
352 walk_state->operands[1], in acpi_ds_eval_buffer_field_operands()
353 walk_state->operands[2], in acpi_ds_eval_buffer_field_operands()
354 walk_state->operands[3]); in acpi_ds_eval_buffer_field_operands()
360 walk_state->operands[0], in acpi_ds_eval_buffer_field_operands()
361 walk_state->operands[1], NULL, in acpi_ds_eval_buffer_field_operands()
362 walk_state->operands[2]); in acpi_ds_eval_buffer_field_operands()
432 operand_desc = walk_state->operands[walk_state->num_operands - 1]; in acpi_ds_eval_region_operands()
441 operand_desc = walk_state->operands[walk_state->num_operands - 2]; in acpi_ds_eval_region_operands()
507 operand = &walk_state->operands[0]; in acpi_ds_eval_table_region_operands()
[all …]
Dexcreate.c74 alias_node = (struct acpi_namespace_node *)walk_state->operands[0]; in acpi_ex_create_alias()
75 target_node = (struct acpi_namespace_node *)walk_state->operands[1]; in acpi_ex_create_alias()
194 operands[0], obj_desc, ACPI_TYPE_EVENT); in acpi_ex_create_event()
243 obj_desc->mutex.sync_level = (u8)walk_state->operands[1]->integer.value; in acpi_ex_create_mutex()
245 (struct acpi_namespace_node *)walk_state->operands[0]; in acpi_ex_create_mutex()
374 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_processor()
421 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_power_resource()
470 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_method()
Ddswexec.c115 acpi_ex_resolve_to_value(&walk_state->operands[0], in acpi_ds_get_predicate_value()
121 obj_desc = walk_state->operands[0]; in acpi_ds_get_predicate_value()
427 operands in acpi_ds_exec_end_op()
448 (walk_state->operands[0]->common.type == in acpi_ds_exec_end_op()
450 && (walk_state->operands[1]->common.type == in acpi_ds_exec_end_op()
452 && (walk_state->operands[0]->reference.class == in acpi_ds_exec_end_op()
453 walk_state->operands[1]->reference.class) in acpi_ds_exec_end_op()
454 && (walk_state->operands[0]->reference.value == in acpi_ds_exec_end_op()
455 walk_state->operands[1]->reference.value)) { in acpi_ds_exec_end_op()
589 walk_state->operands[0] = in acpi_ds_exec_end_op()
Ddscontrol.c274 acpi_ex_resolve_to_value(&walk_state->operands[0], in acpi_ds_exec_end_control_op()
285 walk_state->return_desc = walk_state->operands[0]; in acpi_ds_exec_end_control_op()
326 operands[0]); in acpi_ds_exec_end_control_op()
329 walk_state->operands[0] = NULL; in acpi_ds_exec_end_control_op()
Ddswload2.c415 walk_state->operands[0] = (void *)node; in acpi_ds_load2_end_op()
562 acpi_ut_remove_reference(walk_state->operands[i]); in acpi_ds_load2_end_op()
563 walk_state->operands[i] = NULL; in acpi_ds_load2_end_op()
651 walk_state->operands[0] = in acpi_ds_load2_end_op()
667 walk_state->operands[0] = NULL; in acpi_ds_load2_end_op()
735 walk_state->operands[0] = NULL; in acpi_ds_load2_end_op()
Ddsutils.c398 acpi_ex_resolve_to_value(&walk_state->operands[i], in acpi_ds_resolve_operands()
433 acpi_ut_remove_reference(walk_state->operands[i]); in acpi_ds_clear_operands()
434 walk_state->operands[i] = NULL; in acpi_ds_clear_operands()
643 operands[walk_state->num_operands - in acpi_ds_create_operand()
732 walk_state->operands[index] = NULL; in acpi_ds_create_operands()
797 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ds_evaluate_name_path()
Ddswstate.c325 walk_state->operands[walk_state->operand_index] = object; in acpi_ds_obj_stack_push()
378 walk_state->operands[walk_state->num_operands] = NULL; in acpi_ds_obj_stack_pop()
422 obj_desc = walk_state->operands[i]; in acpi_ds_obj_stack_pop_and_delete()
424 acpi_ut_remove_reference(walk_state->operands[i]); in acpi_ds_obj_stack_pop_and_delete()
425 walk_state->operands[i] = NULL; in acpi_ds_obj_stack_pop_and_delete()
Dexoparg2.c91 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_0T_0R()
158 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_2T_1R()
256 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_1T_1R()
495 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_0T_1R()
Dexoparg1.c149 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_0T_0R()
216 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_1T_0R()
258 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_1T_1R()
471 walk_state->operands[0] = NULL; /* Prevent deletion */ in acpi_ex_opcode_1A_1T_1R()
585 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_0T_1R()
Dexoparg3.c87 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_3A_0T_0R()
157 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_3A_1T_1R()
Dacstruct.h100 …union acpi_operand_object *operands[ACPI_OBJ_NUM_OPERANDS + 1]; /* Operands passed to the interpre… member
154 union acpi_operand_object *operands[7]; member
Ddsmethod.c527 this_walk_state->operands[this_walk_state->num_operands] = NULL; in acpi_ds_call_control_method()
540 info->parameters = &this_walk_state->operands[0]; in acpi_ds_call_control_method()
557 acpi_ut_remove_reference(this_walk_state->operands[i]); in acpi_ds_call_control_method()
558 this_walk_state->operands[i] = NULL; in acpi_ds_call_control_method()
Ddswload.c541 walk_state->operands[0] = in acpi_ds_load1_end_op()
558 walk_state->operands[0] = NULL; in acpi_ds_load1_end_op()
Dexoparg6.c212 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_6A_0T_1R()
Dacinterp.h47 #define ACPI_WALK_OPERANDS (&(walk_state->operands [walk_state->num_operands -1]))
397 acpi_ex_dump_operands(union acpi_operand_object **operands,
Ddsobject.c656 walk_state->operands[0]); in acpi_ds_init_object_from_op()
667 walk_state->operands[0]); in acpi_ds_init_object_from_op()
Dexdump.c892 acpi_ex_dump_operands(union acpi_operand_object **operands, in acpi_ex_dump_operands() argument
912 acpi_ex_dump_operand(*operands, 0); in acpi_ex_dump_operands()
913 operands++; in acpi_ex_dump_operands()
Dexresop.c698 ACPI_DUMP_OPERANDS(walk_state->operands, in acpi_ex_resolve_operands()
Dexconfig.c155 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_load_table_op()
/linux-4.4.14/arch/powerpc/xmon/
Dppc-dis.c80 for (opindex = opcode->operands; *opindex != 0; opindex++) in print_insn_powerpc()
91 if (opcode->operands[0] != 0) in print_insn_powerpc()
97 for (opindex = opcode->operands; *opindex != 0; opindex++) in print_insn_powerpc()
Dppc.h50 unsigned char operands[8]; member
306 unsigned int operands; member
/linux-4.4.14/arch/m68k/fpsp040/
Ddo_func.S171 bra t_operr |take care of operands < -1
189 bne t_operr |take care of operands < 0
203 bra t_operr |take care of operands < 0
211 bne t_operr |take care of operands < 0
225 bra t_operr |take care of operands < 0
233 bne t_operr |take care of operands < 0
247 bra t_operr |take care of operands < 0
Dres_func.S605 | of the operands must be denormalized to enter this code.
650 | if(both operands are denorm)
664 | if(both operands are denorm)
824 | Check the signs of the operands. If they are unlike, the fpu
999 | Check the signs of the operands. If they are alike, the fpu
Ddecbin.S21 | and NaN operands are dispatched without entering this routine)
/linux-4.4.14/arch/tile/kernel/
Dbacktrace.c132 int operands[MAX_INFO_OPS_PER_BUNDLE]) in bt_get_info_ops()
143 operands[num_ops++] = insn->operand_values[0]; in bt_get_info_ops()
176 if (insn->operands[j]->is_dest_reg && in bt_modifies_reg()
Dtile-desc_64.c2194 &tilegx_operands[opc->operands[pipe][i]]; in parse_insn_tilegx()
2212 d->operands[i] = op; in parse_insn_tilegx()
Dtile-desc_32.c2582 &tilepro_operands[opc->operands[pipe][i]]; in parse_insn_tilepro()
2599 d->operands[i] = op; in parse_insn_tilepro()
/linux-4.4.14/arch/tile/include/asm/
Dtile-desc_64.h460 unsigned char operands[TILEGX_NUM_PIPELINE_ENCODINGS][TILEGX_MAX_OPERANDS]; member
470 const struct tilegx_operand *operands[TILEGX_MAX_OPERANDS]; member
Dtile-desc_32.h522 unsigned char operands[TILEPRO_NUM_PIPELINE_ENCODINGS][TILEPRO_MAX_OPERANDS]; member
533 const struct tilepro_operand *operands[TILEPRO_MAX_OPERANDS]; member
/linux-4.4.14/Documentation/
Dlzo.txt18 The stream is composed of a series of instructions, operands, and data. The
20 the operands for the instruction, whose size and position depend on the
22 operands are used to indicate :
29 Optionally depending on the opcode and operands, extra data may follow. These
/linux-4.4.14/Documentation/arm/VFP/
Drelease-notes.txt34 when input operands differ in signs.
/linux-4.4.14/Documentation/RCU/
Drcu_dereference.txt42 o Avoid all-zero operands to the bitwise "&" operator, and
43 similarly avoid all-ones operands to the bitwise "|" operator.
44 If the compiler is able to deduce the value of such operands,
50 Please note that single-bit operands to bitwise "&" can also
/linux-4.4.14/Documentation/arm/nwfpe/
DREADME.FPE91 operands, on the actual FPA11 hardware they do not work for double or
92 extended precision operands. The emulator currently does not check
/linux-4.4.14/arch/m68k/ifpsp060/
Dfplsp.doc101 addq.l &0x8,%sp # clear operands from stack
103 Again, the result is returned in fp0. Note that BOTH operands
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dilsp.S84 # If the operands are signed, make them unsigned and save the #
545 # load temp registers with operands
603 # one or both of the operands is zero so the result is also zero.
671 # load temp registers with operands
Dfpsp.S2298 # have to make sure that for single or double source operands that the
2374 # set_tag_x() - determine optype of src/dst operands #
2376 # unnorm_fix() - change UNNORM operands to NORM or ZERO #
2948 # immediate operands but requires some extra work for fmovm dynamic
13951 # compute a result. Check if the regular operands would have taken #
14292 # compute a result. Check if the regular operands would have taken #
14608 # addsub_scaler2() - scale the operands so they won't take exc #
14958 # both operands are ZEROes
15018 # both operands are INFs. an OPERR will result if the INFs have
15031 # operands are INF and one of {ZERO, INF, DENORM, NORM}
[all …]
Dpfpsp.S2297 # have to make sure that for single or double source operands that the
2373 # set_tag_x() - determine optype of src/dst operands #
2375 # unnorm_fix() - change UNNORM operands to NORM or ZERO #
2947 # immediate operands but requires some extra work for fmovm dynamic
Dfplsp.S9349 # The input operands X and Y can be either normalized or #
/linux-4.4.14/arch/x86/math-emu/
DREADME113 (a) the operands have a higher precision than the current setting of the
119 operands were rounded to the current precision before the arithmetic
277 for operands close to pi/2. Measured results are (note that the
/linux-4.4.14/arch/arc/
DKconfig404 dest operands with 2 possible source operands.
/linux-4.4.14/arch/s390/kernel/
Ddis.c163 static const struct s390_operand operands[] = variable
1912 operand = operands + *ops; in print_insn()
/linux-4.4.14/Documentation/s390/
D3270.txt156 A. Is the driver loaded? Use the lsmod command (no operands)
DDebugging390.txt601 has a special case with r0,r0 with some instruction operands is understood as
762 The VM Debugger displays operators but not operands, and also the debugger
767 operands are nibble (half byte aligned).
/linux-4.4.14/tools/perf/util/intel-pt-decoder/
Dx86-opcode-map.txt341 # NOTE: According to Intel SDM opcode map, vmovups and vmovupd has no operands
342 # but it actually has operands. And also, vmovss and vmovsd only accept 128bit.
/linux-4.4.14/arch/x86/lib/
Dx86-opcode-map.txt341 # NOTE: According to Intel SDM opcode map, vmovups and vmovupd has no operands
342 # but it actually has operands. And also, vmovss and vmovsd only accept 128bit.
/linux-4.4.14/drivers/misc/
DKconfig295 user virtual addresses for operands.
/linux-4.4.14/Documentation/networking/
Dfilter.txt920 exactly the same operations as BPF_ALU, but with 64-bit wide operands
969 have seven implicit operands. Register R6 is an implicit input that must
/linux-4.4.14/arch/x86/crypto/
Daesni-intel_asm.S767 # XMM8 and TMP5 hold the values for the two operands
975 # XMM8 and TMP5 hold the values for the two operands
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.reg3492 * for any immediate operands passed in jmp, jc, jnc, call instructions.