Searched refs:OPERAND_LVT4 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclCompile.c80 {"loadScalar4", 5, 1, 1, {OPERAND_LVT4}},
86 {"loadArray4", 5, 0, 1, {OPERAND_LVT4}},
94 {"storeScalar4", 5, 0, 1, {OPERAND_LVT4}},
100 {"storeArray4", 5, -1, 1, {OPERAND_LVT4}},
239 {"appendScalar4", 5, 0, 1, {OPERAND_LVT4}},
243 {"appendArray4", 5, -1, 1, {OPERAND_LVT4}},
251 {"lappendScalar4", 5, 0, 1, {OPERAND_LVT4}},
255 {"lappendArray4", 5, -1, 1, {OPERAND_LVT4}},
323 {"dictSet", 9, INT_MIN, 2, {OPERAND_UINT4, OPERAND_LVT4}},
327 {"dictUnset", 9, INT_MIN, 2, {OPERAND_UINT4, OPERAND_LVT4}},
[all...]
H A DtclCompile.h697 OPERAND_LVT4, /* Four byte unsigned index into the local
694 OPERAND_LVT4, /* Four byte unsigned index into the local enumerator in enum:InstOperandType

Completed in 111 milliseconds