Searched refs:OP_IS_TARGET (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslcstyle.y | 321 … TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));} 325 … TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));} 329 … TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));} 333 … TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));} 337 … TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));} 341 … TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));} 345 … TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));} 349 … TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));} 353 … TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));} 357 … TrSetOpFlags (TrCreateTargetOp ($1, NULL), OP_IS_TARGET));}
|
H A D | aslfold.c | 236 (Op->Asl.CompileFlags & OP_IS_TARGET)) in OpcAmlConstantWalk() 415 if (Op->Asl.CompileFlags & OP_IS_TARGET) in OpcAmlCheckForConstant() 444 if (Op->Asl.CompileFlags & OP_IS_TARGET) in OpcAmlCheckForConstant() 487 if (Op->Asl.CompileFlags & OP_IS_TARGET) in OpcAmlCheckForConstant()
|
H A D | aslmethod.c | 402 if (Op->Asl.CompileFlags & OP_IS_TARGET) in MtMethodAnalysisWalkBegin() 447 if (Op->Asl.CompileFlags & OP_IS_TARGET) in MtMethodAnalysisWalkBegin()
|
H A D | aslparseop.c | 579 TrSetOpFlags (Target, OP_IS_TARGET); in TrCreateAssignmentOp() 685 Op->Asl.CompileFlags |= (OP_IS_TARGET | OP_COMPILE_TIME_CONST); in TrCreateNullTargetOp()
|
H A D | asltypes.h | 167 #define OP_IS_TARGET 0x00000004 macro
|
H A D | aslxref.c | 527 if (Op->Asl.CompileFlags & OP_IS_TARGET) in XfNamespaceLocateBegin() 571 if (Op->Asl.CompileFlags & OP_IS_TARGET) in XfNamespaceLocateBegin()
|
H A D | aslprimaries.y | 345 TrSetOpFlags ($6, OP_IS_TARGET));} 1145 TrSetOpFlags ($4, OP_IS_TARGET));} 1267 TrSetOpFlags ($6, OP_IS_TARGET));}
|
H A D | aslrules.y | 262 | ',' SuperName {$$ = TrSetOpFlags ($2, OP_IS_TARGET);}
|