Home
last modified time | relevance | path

Searched refs:TrAllocateOp (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslparseop.c195 Op = TrAllocateOp (ParseOpcode); in TrCreateOp()
254 Child = TrAllocateOp (PARSEOP_DEFAULT_ARG); in TrCreateOp()
361 Op = TrAllocateOp (ParseOpcode); in TrCreateLeafOp()
393 Op = TrAllocateOp (ParseOpcode); in TrCreateValuedLeafOp()
623 Operator = TrAllocateOp (PARSEOP_STORE); in TrCreateAssignmentOp()
658 Op = TrAllocateOp (PARSEOP_ZERO); in TrCreateNullTargetOp()
703 Op = TrAllocateOp (PARSEOP_INTEGER); in TrCreateConstantLeafOp()
711 Op = TrAllocateOp (PARSEOP___METHOD__); in TrCreateConstantLeafOp()
717 Op = TrAllocateOp (PARSEOP_STRING_LITERAL); in TrCreateConstantLeafOp()
726 Op = TrAllocateOp (PARSEOP_STRING_LITERAL); in TrCreateConstantLeafOp()
[all …]
H A Daslprintf.c194 DestOp = TrAllocateOp (PARSEOP_DEBUG); in OpcDoPrintf()
299 NewOp = TrAllocateOp (PARSEOP_STRING_LITERAL); in OpcParsePrintf()
360 NewOp = TrAllocateOp (PARSEOP_STRING_LITERAL); in OpcParsePrintf()
388 NewOp = TrAllocateOp (PARSEOP_STRING_LITERAL); in OpcParsePrintf()
464 NewConcatOp = TrAllocateOp (PARSEOP_CONCATENATE); in OpcCreateConcatenateNode()
482 TrAllocateOp (PARSEOP_ZERO); in OpcCreateConcatenateNode()
H A Daslfold.c546 RootOp = TrAllocateOp (PARSEOP_INTEGER); in TrSimpleConstantReduction()
711 NewParent = TrAllocateOp (PARSEOP_INTEGER); in TrTransformToStoreOp()
845 LengthOp = TrAllocateOp (PARSEOP_INTEGER); in TrInstallReducedConstant()
856 DataOp = TrAllocateOp (PARSEOP_RAW_DATA); in TrInstallReducedConstant()
H A Daslexternal.c205 ListOp = TrAllocateOp (PARSEOP_DEFAULT_ARG); in ExDoExternal()
586 PredicateOp = TrAllocateOp (PARSEOP_ZERO); in ExMoveExternals()
H A Dasltree.c555 Child = TrAllocateOp (PARSEOP_DEFAULT_ARG); in TrLinkOpChildren()
725 Next = TrAllocateOp (PARSEOP_DEFAULT_ARG); in TrLinkPeerOps()
H A Daslopcodes.c816 NewOp = TrAllocateOp (PARSEOP_INTEGER); in OpcDoUuId()
827 NewOp = TrAllocateOp (PARSEOP_RAW_DATA); in OpcDoUuId()
H A Daslpld.c690 NewOp = TrAllocateOp (PARSEOP_INTEGER); in OpcDoPld()
701 NewOp = TrAllocateOp (PARSEOP_RAW_DATA); in OpcDoPld()
H A Daslcompiler.h916 TrAllocateOp (