Lines Matching refs:aml_opcode

458 static Aml *aml_opcode(uint8_t op)  in aml_opcode()  function
558 Aml *var = aml_opcode(0xA4 /* ReturnOp */); in aml_return()
600 Aml *var = aml_opcode(0x08 /* NameOp */); in aml_name_decl()
612 return aml_opcode(op); in aml_arg()
618 Aml *var = aml_opcode(0x99 /* ToIntegerOp */); in aml_to_integer()
627 Aml *var = aml_opcode(0x98 /* ToHexStringOp */); in aml_to_hexstring()
640 Aml *var = aml_opcode(0x96 /* ToBufferOp */); in aml_to_buffer()
653 Aml *var = aml_opcode(0x97 /* ToDecimalStringOp */); in aml_to_decimalstring()
666 Aml *var = aml_opcode(0x70 /* StoreOp */); in aml_store()
688 Aml *var = aml_opcode(op); in build_opcode_2arg_dst()
714 Aml *var = aml_opcode(0x90 /* LAndOp */); in aml_land()
723 Aml *var = aml_opcode(0x91 /* LOrOp */); in aml_lor()
744 Aml *var = aml_opcode(0x95 /* LLessOp */); in aml_lless()
765 Aml *var = aml_opcode(0x75 /* IncrementOp */); in aml_increment()
773 Aml *var = aml_opcode(0x76 /* DecrementOp */); in aml_decrement()
787 Aml *var = aml_opcode(0x86 /* NotifyOp */); in aml_notify()
796 Aml *var = aml_opcode(0xa5 /* BreakOp */); in aml_break()
1065 Aml *var = aml_opcode(0x92 /* LNotOp */); in aml_lnot()
1073 Aml *var = aml_opcode(0x93 /* LequalOp */); in aml_equal()
1082 Aml *var = aml_opcode(0x94 /* LGreaterOp */); in aml_lgreater()
1092 Aml *var = aml_opcode(0x92 /* LNotOp */); in aml_lgreater_equal()
1240 Aml *var = aml_opcode(opcode); in create_field_common()
1278 Aml *var = aml_opcode(0x0D /* StringPrefix */); in aml_string()
1299 return aml_opcode(op); in aml_local()
1630 Aml *var = aml_opcode(0x71 /* RefOfOp */); in aml_refof()
1638 Aml *var = aml_opcode(0x83 /* DerefOfOp */); in aml_derefof()
1646 Aml *var = aml_opcode(0x87 /* SizeOfOp */); in aml_sizeof()
1687 Aml *var = aml_opcode(0x06 /* AliasOp */); in aml_alias()
1703 Aml *var = aml_opcode(0x8E /* ObjectTypeOp */); in aml_object_type()