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

/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslrules.y246 | Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
247 | Type2StringOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
501 : Type5Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
502 | Type2BufferOrStringOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
503 | Type2BufferOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
512 : Type2IntegerOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
513 | Type3Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
519 : Type2StringOpcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);}
540 * The OP_COMPILE_TIME_CONST flag in the following constant expressions
548 : Type3Opcode {$$ = TrSetOpFlags ($1, OP_COMPILE_TIME_CONST);
[all...]
H A Daslopcodes.c601 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST;
759 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST;
811 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST;
H A Dasltypes.h178 #define OP_COMPILE_TIME_CONST 0x00002000 macro
H A Daslprintf.c426 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST;
H A Daslfold.c235 if ((!(Op->Asl.CompileFlags & OP_COMPILE_TIME_CONST)) ||
H A Daslparseop.c659 Op->Asl.CompileFlags |= (OP_IS_TARGET | OP_COMPILE_TIME_CONST);
H A Daslpld.c685 Op->Asl.CompileFlags &= ~OP_COMPILE_TIME_CONST;

Completed in 80 milliseconds