Searched refs:OP_COMPILE_TIME_CONST (Results 1 – 7 of 7) sorted by relevance
/acpica-3.7.0/source/compiler/ |
D | aslrules.y | 246 | Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);} 247 | Type2StringOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);} 504 : Type5Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);} 505 | Type2BufferOrStringOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);} 506 | Type2BufferOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);} 515 : Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);} 516 | Type3Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);} 522 : Type2StringOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);} 555 : Type3Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST); 557 | Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST); [all …]
|
D | aslopcodes.c | 601 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST; in OpcDoUnicode() 759 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST; in OpcDoEisaId() 817 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST; in OpcDoUuId()
|
D | asltypes.h | 178 #define OP_COMPILE_TIME_CONST 0x00002000 macro
|
D | aslprintf.c | 426 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST; in OpcParsePrintf()
|
D | aslpld.c | 685 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST; in OpcDoPld()
|
D | aslfold.c | 235 if ((!(Op->Asl.CompileFlags & OP_COMPILE_TIME_CONST)) || in OpcAmlConstantWalk()
|
D | aslparseop.c | 685 Op->Asl.CompileFlags |= (OP_IS_TARGET | OP_COMPILE_TIME_CONST); in TrCreateNullTargetOp()
|