Searched refs:EXT (Results 1 – 2 of 2) sorted by relevance
61 EXT(21), // Followed by immediate indicating ExtendedOpcodes. enumConstant780 Instruction instruction = new Instruction(Opcodes.EXT, register); in addLoadFromMemory()795 Instruction instruction = new Instruction(Opcodes.EXT, register); in addStoreToMemory()805 Instruction instruction = new Instruction(Opcodes.EXT, register); in addNot()815 Instruction instruction = new Instruction(Opcodes.EXT, register); in addNeg()825 Instruction instruction = new Instruction(Opcodes.EXT); in addSwap()836 Instruction instruction = new Instruction(Opcodes.EXT, register); in addMove()
33 #define _START_JOB(JOB_INFO, EXT) \ argument38 debug_ifc->debug_start_job(JOB_INFO->job_handle, EXT); \