Home
last modified time | relevance | path

Searched refs:operand1 (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/acpi/acpica/
H A Dexconcat.c48 union acpi_operand_object *operand1, in acpi_ex_do_concatenate() argument
53 union acpi_operand_object *local_operand1 = operand1; in acpi_ex_do_concatenate()
90 switch (operand1->common.type) { in acpi_ex_do_concatenate()
95 operand1_type = operand1->common.type; in acpi_ex_do_concatenate()
103 acpi_ex_convert_to_object_type_string(operand1, in acpi_ex_do_concatenate()
169 if ((local_operand1 != operand1) && (local_operand1 != temp_operand1)) { in acpi_ex_do_concatenate()
278 if (local_operand1 != operand1) { in acpi_ex_do_concatenate()
339 union acpi_operand_object *operand1, in acpi_ex_concat_template() argument
370 status = acpi_ut_get_resource_end_tag(operand1, &end_tag); in acpi_ex_concat_template()
375 length1 = ACPI_PTR_DIFF(end_tag, operand1->buffer.pointer); in acpi_ex_concat_template()
[all …]
H A Dexmisc.c275 union acpi_operand_object *operand1, u8 * logical_result) in acpi_ex_do_logical_op() argument
277 union acpi_operand_object *local_operand1 = operand1; in acpi_ex_do_logical_op()
298 status = acpi_ex_convert_to_integer(operand1, &local_operand1, in acpi_ex_do_logical_op()
305 acpi_ex_convert_to_string(operand1, &local_operand1, in acpi_ex_do_logical_op()
311 status = acpi_ex_convert_to_buffer(operand1, &local_operand1); in acpi_ex_do_logical_op()
443 if (local_operand1 != operand1) { in acpi_ex_do_logical_op()
H A Dacinterp.h202 union acpi_operand_object *operand1, u8 *logical_result);
204 u64 acpi_ex_do_math_op(u16 opcode, u64 operand0, u64 operand1);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-ARM-code-has-unreachable-code-after-switch-statement.patch9 uint32_t operand1, operand2, result = 0;
27 + uint32_t operand1, operand2, result = 0;
36 - uint32_t operand1, operand2, result = 0;
/openbmc/linux/tools/testing/selftests/bpf/verifier/
H A Datomic_fetch.c95 #define __ATOMIC_FETCH_OP_TEST(src_reg, dst_reg, operand1, op, operand2, expect) \ argument
100 BPF_ST_MEM(BPF_DW, BPF_REG_10, -8, operand1), \
107 BPF_JMP_IMM(BPF_JEQ, src_reg, operand1, 2), \
/openbmc/linux/kernel/trace/
H A Dtrace_events_hist.c2584 if (IS_ERR(operand1)) { in parse_unary()
2585 ret = PTR_ERR(operand1); in parse_unary()
2599 expr->operands[0] = operand1; in parse_unary()
2600 expr->size = operand1->size; in parse_unary()
2633 var = find_var_field(operand1->var.hist_data, operand1->name); in check_expr_operands()
2705 if (IS_ERR(operand1)) in parse_expr()
2706 return ERR_CAST(operand1); in parse_expr()
2760 flags |= operand1->flags & in parse_expr()
2769 operand1->read_once = true; in parse_expr()
2773 expr->operands[0] = operand1; in parse_expr()
[all …]
/openbmc/linux/drivers/misc/sgi-gru/
H A Dgru_instructions.h534 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()
/openbmc/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
21 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
/openbmc/linux/arch/x86/lib/
H A Dx86-opcode-map.txt11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
21 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]