Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslparseop.c195 Op = TrAllocateOp (ParseOpcode); in TrCreateOp()
361 Op = TrAllocateOp (ParseOpcode); in TrCreateLeafOp()
395 Op = TrAllocateOp (ParseOpcode); in TrCreateValuedLeafOp()
649 Operator = TrAllocateOp (PARSEOP_STORE); in TrCreateAssignmentOp()
684 Op = TrAllocateOp (PARSEOP_ZERO); in TrCreateNullTargetOp()
730 Op = TrAllocateOp (PARSEOP_INTEGER); in TrCreateConstantLeafOp()
738 Op = TrAllocateOp (PARSEOP___METHOD__); in TrCreateConstantLeafOp()
744 Op = TrAllocateOp (PARSEOP_STRING_LITERAL); in TrCreateConstantLeafOp()
753 Op = TrAllocateOp (PARSEOP_STRING_LITERAL); in TrCreateConstantLeafOp()
814 TrAllocateOp ( in TrAllocateOp() function
[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.c255 ListOp = TrAllocateOp (PARSEOP_DEFAULT_ARG); in ExDoExternal()
636 PredicateOp = TrAllocateOp (PARSEOP_ZERO); in ExMoveExternals()
H A Dasltree.c567 Child = TrAllocateOp (PARSEOP_DEFAULT_ARG); in TrLinkOpChildren()
757 Next = TrAllocateOp (PARSEOP_DEFAULT_ARG); in TrLinkPeerOps()
H A Daslopcodes.c822 NewOp = TrAllocateOp (PARSEOP_INTEGER); in OpcDoUuId()
833 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.h944 TrAllocateOp (