Home
last modified time | relevance | path

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

/dports/science/afni/afni-AFNI_21.3.16/src/f2c/
H A Dpccdefs.h39 #define P2REG 94 macro
/dports/lang/f2c/f2c-20200916/src/
H A Dpccdefs.h39 #define P2REG 94 macro
/dports/security/peda/peda-1.2/
H A Dpeda.py2820 P2REG = {0: "[eax]", 1: "[ecx]", 2: "[edx]", 3: "[ebx]", 6: "[esi]", 7:"[edi]"}
2845 if type in P2OPCODE and reg in P2REG:
2846 inst = P2OPCODE[type] + " " + P2REG[reg]