Home
last modified time | relevance | path

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

/external/v8/src/x64/
Ddisasm-x64.cc140 PUSHPOP_INSTR, // Has implicit 64-bit operand size. enumerator
206 SetTableRange(PUSHPOP_INSTR, 0x50, 0x57, false, "push"); in Init()
207 SetTableRange(PUSHPOP_INSTR, 0x58, 0x5F, false, "pop"); in Init()
2316 case PUSHPOP_INSTR: in InstructionDecode()