Searched refs:EXT (Results 1 – 2 of 2) sorted by relevance
61 EXT(21), // Followed by immediate indicating ExtendedOpcodes. enumConstant779 Instruction instruction = new Instruction(Opcodes.EXT, register); in addLoadFromMemory()794 Instruction instruction = new Instruction(Opcodes.EXT, register); in addStoreToMemory()804 Instruction instruction = new Instruction(Opcodes.EXT, register); in addNot()814 Instruction instruction = new Instruction(Opcodes.EXT, register); in addNeg()824 Instruction instruction = new Instruction(Opcodes.EXT); in addSwap()835 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); \