Searched refs:operand1 (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/acpi/acpica/ |
D | exmisc.c | 158 union acpi_operand_object *operand1, in acpi_ex_concat_template() argument 189 status = acpi_ut_get_resource_end_tag(operand1, &end_tag); in acpi_ex_concat_template() 194 length1 = ACPI_PTR_DIFF(end_tag, operand1->buffer.pointer); in acpi_ex_concat_template() 213 memcpy(new_buf + length0, operand1->buffer.pointer, length1); in acpi_ex_concat_template() 243 union acpi_operand_object *operand1, in acpi_ex_do_concatenate() argument 247 union acpi_operand_object *local_operand1 = operand1; in acpi_ex_do_concatenate() 265 acpi_ex_convert_to_integer(operand1, &local_operand1, 16); in acpi_ex_do_concatenate() 270 status = acpi_ex_convert_to_string(operand1, &local_operand1, in acpi_ex_do_concatenate() 276 status = acpi_ex_convert_to_buffer(operand1, &local_operand1); in acpi_ex_do_concatenate() 392 if (local_operand1 != operand1) { in acpi_ex_do_concatenate() [all …]
|
D | acinterp.h | 232 union acpi_operand_object *operand1, u8 *logical_result); 234 u64 acpi_ex_do_math_op(u16 opcode, u64 operand0, u64 operand1);
|
/linux-4.4.14/drivers/misc/sgi-gru/ |
D | gru_instructions.h | 534 unsigned long operand1, unsigned long operand2, in gru_gamer() argument 540 ins->op1_stride = operand1; in gru_gamer() 547 unsigned int xtype, unsigned long operand1, in gru_gamerr() argument 553 ins->op1_stride = operand1; in gru_gamerr()
|
/linux-4.4.14/kernel/trace/ |
D | trace_events_filter.c | 1397 int op, char *operand1, char *operand2) in create_pred() argument 1408 if (!operand1 || !operand2) { in create_pred() 1413 field = trace_find_event_field(call, operand1); in create_pred() 1623 char *operand1 = NULL, *operand2 = NULL; in replace_preds() local 1653 if (!operand1) in replace_preds() 1654 operand1 = elt->operand; in replace_preds() 1666 if (!n_preds || operand1 || operand2) { in replace_preds() 1682 pred = create_pred(ps, call, elt->op, operand1, operand2); in replace_preds() 1694 operand1 = operand2 = NULL; in replace_preds()
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | x86-opcode-map.txt | 11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...] 18 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
|
/linux-4.4.14/arch/x86/lib/ |
D | x86-opcode-map.txt | 11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...] 18 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
|