HomeSort by: relevance | last modified time | path
    Searched refs:ASM_OPER_GREG (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/ia64/disasm/
disasm_extract.c 1919 operand(i, 1, ASM_OPER_GREG, bits, 6, 7);
1920 operand(i, 2, ASM_OPER_GREG, bits, 13, 7);
1921 operand(i, 3, ASM_OPER_GREG, bits, 20, 7);
1927 operand(i, 1, ASM_OPER_GREG, bits, 6, 7);
1928 operand(i, 2, ASM_OPER_GREG, bits, 13, 7);
1930 operand(i, 4, ASM_OPER_GREG, bits, 20, 7);
1933 operand(i, 1, ASM_OPER_GREG, bits, 6, 7);
1935 operand(i, 3, ASM_OPER_GREG, bits, 20, 7);
1938 operand(i, 1, ASM_OPER_GREG, bits, 6, 7);
1940 operand(i, 3, ASM_OPER_GREG, bits, 20, 7)
    [all...]
disasm_format.c 226 case ASM_OPER_GREG:
disasm.h 169 ASM_OPER_GREG, /* = r# */

Completed in 15 milliseconds