Home
last modified time | relevance | path

Searched refs:DUP_TOP_TWO (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.0a5.rst70 ``DUP_TOP_TWO``, ``ROT_TWO``, ``ROT_THREE``, ``ROT_FOUR``, and ``ROT_N``)
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dsymbolic_convert.py2027 def DUP_TOP_TWO(self, inst): member in InstructionTranslatorBase
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.11.rst1643 | | :opcode:`!DUP_TOP_TWO` | | :opcode:`SWAP` | …
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY12258 the new (and simpler) DUP_TOP_TWO. Performance isn't changed, but our