Searched refs:aml_opcode (Results 1 – 1 of 1) sorted by relevance
457 static Aml *aml_opcode(uint8_t op) in aml_opcode() function556 Aml *var = aml_opcode(0xA4 /* ReturnOp */); in aml_return()598 Aml *var = aml_opcode(0x08 /* NameOp */); in aml_name_decl()610 return aml_opcode(op); in aml_arg()616 Aml *var = aml_opcode(0x99 /* ToIntegerOp */); in aml_to_integer()625 Aml *var = aml_opcode(0x98 /* ToHexStringOp */); in aml_to_hexstring()638 Aml *var = aml_opcode(0x96 /* ToBufferOp */); in aml_to_buffer()651 Aml *var = aml_opcode(0x97 /* ToDecimalStringOp */); in aml_to_decimalstring()664 Aml *var = aml_opcode(0x70 /* StoreOp */); in aml_store()686 Aml *var = aml_opcode(op); in build_opcode_2arg_dst()[all …]