Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
H A Dexconcat.c28 * operand1 - Second source object
48 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()
327 * operand1 - Second source object
339 union acpi_operand_object *operand1, in acpi_ex_concat_template() argument
[all...]
H A Dexmisc.c252 * operand1 - operand #1
275 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.h205 union acpi_operand_object *operand1, u8 *logical_result);
207 u64 acpi_ex_do_math_op(u16 opcode, u64 operand0, u64 operand1);
/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), \
/linux/kernel/trace/
H A Dtrace_events_hist.c324 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_plus()
327 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in hist_field_plus()
339 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_minus()
342 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in hist_field_minus()
354 struct hist_field *operand1 = hist_field->operands[0]; in hist_field_div()
357 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in hist_field_div()
377 struct hist_field *operand1 = hist_field->operands[0]; in div_by_power_of_two()
380 u64 val1 = hist_fn_call(operand1, elt, buffer, rbe, event); in div_by_power_of_two()
391 struct hist_field *operand1 = hist_field->operands[0]; in div_by_not_power_of_two()
394 u64 val1 = hist_fn_call(operand1, el in div_by_not_power_of_two()
323 struct hist_field *operand1 = hist_field->operands[0]; hist_field_plus() local
338 struct hist_field *operand1 = hist_field->operands[0]; hist_field_minus() local
353 struct hist_field *operand1 = hist_field->operands[0]; hist_field_div() local
376 struct hist_field *operand1 = hist_field->operands[0]; div_by_power_of_two() local
390 struct hist_field *operand1 = hist_field->operands[0]; div_by_not_power_of_two() local
404 struct hist_field *operand1 = hist_field->operands[0]; div_by_mult_and_shift() local
438 struct hist_field *operand1 = hist_field->operands[0]; hist_field_mult() local
2566 struct hist_field *operand1, *expr = NULL; parse_unary() local
2654 check_expr_operands(struct trace_array * tr,struct hist_field * operand1,struct hist_field * operand2,struct hist_field ** var1,struct hist_field ** var2) check_expr_operands() argument
2698 struct hist_field *operand1 = NULL, *operand2 = NULL, *expr = NULL; parse_expr() local
[all...]
/linux/drivers/misc/sgi-gru/
H A Dgru_instructions.h524 unsigned long operand1, unsigned long operand2, in gru_gamer() argument
530 ins->op1_stride = operand1; in gru_gamer()
537 unsigned int xtype, unsigned long operand1, in gru_gamerr() argument
543 ins->op1_stride = operand1; in gru_gamerr()
/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 ...]
/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 ...]