Searched refs:aml_opcode (Results 1 – 1 of 1) sorted by relevance
458 static Aml *aml_opcode(uint8_t op) in aml_opcode() function557 Aml *var = aml_opcode(0xA4 /* ReturnOp */); in aml_return()599 Aml *var = aml_opcode(0x08 /* NameOp */); in aml_name_decl()611 return aml_opcode(op); in aml_arg()617 Aml *var = aml_opcode(0x99 /* ToIntegerOp */); in aml_to_integer()626 Aml *var = aml_opcode(0x98 /* ToHexStringOp */); in aml_to_hexstring()639 Aml *var = aml_opcode(0x96 /* ToBufferOp */); in aml_to_buffer()652 Aml *var = aml_opcode(0x97 /* ToDecimalStringOp */); in aml_to_decimalstring()665 Aml *var = aml_opcode(0x70 /* StoreOp */); in aml_store()687 Aml *var = aml_opcode(op); in build_opcode_2arg_dst()[all …]