Searched refs:build_opcode_2arg_dst (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/acpi/ |
H A D | aml-build.c | 685 build_opcode_2arg_dst(uint8_t op, Aml *arg1, Aml *arg2, Aml *dst) in build_opcode_2arg_dst() function 701 return build_opcode_2arg_dst(0x7B /* AndOp */, arg1, arg2, dst); in aml_and() 707 return build_opcode_2arg_dst(0x7D /* OrOp */, arg1, arg2, dst); in aml_or() 731 return build_opcode_2arg_dst(0x79 /* ShiftLeftOp */, arg1, count, NULL); in aml_shiftleft() 737 return build_opcode_2arg_dst(0x7A /* ShiftRightOp */, arg1, count, dst); in aml_shiftright() 752 return build_opcode_2arg_dst(0x72 /* AddOp */, arg1, arg2, dst); in aml_add() 758 return build_opcode_2arg_dst(0x74 /* SubtractOp */, arg1, arg2, dst); in aml_subtract() 780 return build_opcode_2arg_dst(0x88 /* IndexOp */, arg1, idx, NULL); in aml_index() 1695 return build_opcode_2arg_dst(0x73 /* ConcatOp */, source1, source2, in aml_concatenate()
|