/linux-4.4.14/drivers/scsi/ |
D | mac_esp.c | 172 #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/ |
D | dsopcode.c | 351 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 …]
|
D | excreate.c | 74 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()
|
D | dswexec.c | 115 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()
|
D | dscontrol.c | 274 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()
|
D | dswload2.c | 415 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()
|
D | dsutils.c | 398 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()
|
D | dswstate.c | 325 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()
|
D | exoparg2.c | 91 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()
|
D | exoparg1.c | 149 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()
|
D | exoparg3.c | 87 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()
|
D | acstruct.h | 100 …union acpi_operand_object *operands[ACPI_OBJ_NUM_OPERANDS + 1]; /* Operands passed to the interpre… member 154 union acpi_operand_object *operands[7]; member
|
D | dsmethod.c | 527 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()
|
D | dswload.c | 541 walk_state->operands[0] = in acpi_ds_load1_end_op() 558 walk_state->operands[0] = NULL; in acpi_ds_load1_end_op()
|
D | exoparg6.c | 212 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_6A_0T_1R()
|
D | acinterp.h | 47 #define ACPI_WALK_OPERANDS (&(walk_state->operands [walk_state->num_operands -1])) 397 acpi_ex_dump_operands(union acpi_operand_object **operands,
|
D | dsobject.c | 656 walk_state->operands[0]); in acpi_ds_init_object_from_op() 667 walk_state->operands[0]); in acpi_ds_init_object_from_op()
|
D | exdump.c | 892 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()
|
D | exresop.c | 698 ACPI_DUMP_OPERANDS(walk_state->operands, in acpi_ex_resolve_operands()
|
D | exconfig.c | 155 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_load_table_op()
|
/linux-4.4.14/arch/powerpc/xmon/ |
D | ppc-dis.c | 80 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()
|
D | ppc.h | 50 unsigned char operands[8]; member 306 unsigned int operands; member
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | do_func.S | 171 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
|
D | res_func.S | 605 | 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
|
D | decbin.S | 21 | and NaN operands are dispatched without entering this routine)
|
/linux-4.4.14/arch/tile/kernel/ |
D | backtrace.c | 132 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()
|
D | tile-desc_64.c | 2194 &tilegx_operands[opc->operands[pipe][i]]; in parse_insn_tilegx() 2212 d->operands[i] = op; in parse_insn_tilegx()
|
D | tile-desc_32.c | 2582 &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/ |
D | tile-desc_64.h | 460 unsigned char operands[TILEGX_NUM_PIPELINE_ENCODINGS][TILEGX_MAX_OPERANDS]; member 470 const struct tilegx_operand *operands[TILEGX_MAX_OPERANDS]; member
|
D | tile-desc_32.h | 522 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/ |
D | lzo.txt | 18 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/ |
D | release-notes.txt | 34 when input operands differ in signs.
|
/linux-4.4.14/Documentation/RCU/ |
D | rcu_dereference.txt | 42 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/ |
D | README.FPE | 91 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/ |
D | fplsp.doc | 101 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/ |
D | ilsp.S | 84 # 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
|
D | fpsp.S | 2298 # 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 …]
|
D | pfpsp.S | 2297 # 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
|
D | fplsp.S | 9349 # The input operands X and Y can be either normalized or #
|
/linux-4.4.14/arch/x86/math-emu/ |
D | README | 113 (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/ |
D | Kconfig | 404 dest operands with 2 possible source operands.
|
/linux-4.4.14/arch/s390/kernel/ |
D | dis.c | 163 static const struct s390_operand operands[] = variable 1912 operand = operands + *ops; in print_insn()
|
/linux-4.4.14/Documentation/s390/ |
D | 3270.txt | 156 A. Is the driver loaded? Use the lsmod command (no operands)
|
D | Debugging390.txt | 601 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/ |
D | x86-opcode-map.txt | 341 # 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/ |
D | x86-opcode-map.txt | 341 # 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/ |
D | Kconfig | 295 user virtual addresses for operands.
|
/linux-4.4.14/Documentation/networking/ |
D | filter.txt | 920 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/ |
D | aesni-intel_asm.S | 767 # 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/ |
D | aic79xx.reg | 3492 * for any immediate operands passed in jmp, jc, jnc, call instructions.
|