Home
last modified time | relevance | path

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

/acpica-3.7.0/source/compiler/
Daslrules.y246 | 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 …]
Daslopcodes.c601 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()
Dasltypes.h178 #define OP_COMPILE_TIME_CONST 0x00002000 macro
Daslprintf.c426 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST; in OpcParsePrintf()
Daslpld.c685 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST; in OpcDoPld()
Daslfold.c235 if ((!(Op->Asl.CompileFlags & OP_COMPILE_TIME_CONST)) || in OpcAmlConstantWalk()
Daslparseop.c685 Op->Asl.CompileFlags |= (OP_IS_TARGET | OP_COMPILE_TIME_CONST); in TrCreateNullTargetOp()