Lines Matching refs:aml_opcode
458 static Aml *aml_opcode(uint8_t op) in aml_opcode() function
557 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()
713 Aml *var = aml_opcode(0x90 /* LAndOp */); in aml_land()
722 Aml *var = aml_opcode(0x91 /* LOrOp */); in aml_lor()
743 Aml *var = aml_opcode(0x95 /* LLessOp */); in aml_lless()
764 Aml *var = aml_opcode(0x75 /* IncrementOp */); in aml_increment()
772 Aml *var = aml_opcode(0x76 /* DecrementOp */); in aml_decrement()
786 Aml *var = aml_opcode(0x86 /* NotifyOp */); in aml_notify()
795 Aml *var = aml_opcode(0xa5 /* BreakOp */); in aml_break()
1064 Aml *var = aml_opcode(0x92 /* LNotOp */); in aml_lnot()
1072 Aml *var = aml_opcode(0x93 /* LequalOp */); in aml_equal()
1081 Aml *var = aml_opcode(0x94 /* LGreaterOp */); in aml_lgreater()
1091 Aml *var = aml_opcode(0x92 /* LNotOp */); in aml_lgreater_equal()
1239 Aml *var = aml_opcode(opcode); in create_field_common()
1277 Aml *var = aml_opcode(0x0D /* StringPrefix */); in aml_string()
1298 return aml_opcode(op); in aml_local()
1629 Aml *var = aml_opcode(0x71 /* RefOfOp */); in aml_refof()
1637 Aml *var = aml_opcode(0x83 /* DerefOfOp */); in aml_derefof()
1645 Aml *var = aml_opcode(0x87 /* SizeOfOp */); in aml_sizeof()
1686 Aml *var = aml_opcode(0x06 /* AliasOp */); in aml_alias()
1702 Aml *var = aml_opcode(0x8E /* ObjectTypeOp */); in aml_object_type()