Searched refs:build_opcode_2arg_dst (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/acpi/ |
H A D | aml-build.c | 686 build_opcode_2arg_dst(uint8_t op, Aml *arg1, Aml *arg2, Aml *dst) in build_opcode_2arg_dst() function 702 return build_opcode_2arg_dst(0x7B /* AndOp */, arg1, arg2, dst); in aml_and() 708 return build_opcode_2arg_dst(0x7D /* OrOp */, arg1, arg2, dst); in aml_or() 732 return build_opcode_2arg_dst(0x79 /* ShiftLeftOp */, arg1, count, NULL); in aml_shiftleft() 738 return build_opcode_2arg_dst(0x7A /* ShiftRightOp */, arg1, count, dst); in aml_shiftright() 753 return build_opcode_2arg_dst(0x72 /* AddOp */, arg1, arg2, dst); in aml_add() 759 return build_opcode_2arg_dst(0x74 /* SubtractOp */, arg1, arg2, dst); in aml_subtract() 781 return build_opcode_2arg_dst(0x88 /* IndexOp */, arg1, idx, NULL); in aml_index() 1696 return build_opcode_2arg_dst(0x73 /* ConcatOp */, source1, source2, in aml_concatenate()
|