Home
last modified time | relevance | path

Searched refs:OP_COMPILE_TIME_CONST (Results 1 – 7 of 7) sorted by relevance

/netbsd/sys/external/bsd/acpica/dist/compiler/
H A Daslrules.y138 | Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
139 | Type2StringOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
396 : Type5Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
447 : Type3Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
449 | Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
456 : Type3Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
458 | Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
465 : Type3Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
467 | Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
474 : Type3Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
[all …]
H A Daslopcodes.c493 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST; in OpcDoUnicode()
651 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST; in OpcDoEisaId()
709 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST; in OpcDoUuId()
H A Dasltypes.h70 #define OP_COMPILE_TIME_CONST 0x00002000 macro
H A Daslprintf.c318 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST; in OpcParsePrintf()
H A Daslpld.c577 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST; in OpcDoPld()
H A Daslfold.c127 if ((!(Op->Asl.CompileFlags & OP_COMPILE_TIME_CONST)) || in OpcAmlConstantWalk()
H A Daslparseop.c577 Op->Asl.CompileFlags |= (OP_IS_TARGET | OP_COMPILE_TIME_CONST); in TrCreateNullTargetOp()