Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/ia64/disasm/
H A Ddisasm_extract.c1919 operand(i, 1, ASM_OPER_GREG, bits, 6, 7); in asm_extract()
1920 operand(i, 2, ASM_OPER_GREG, bits, 13, 7); in asm_extract()
1921 operand(i, 3, ASM_OPER_GREG, bits, 20, 7); in asm_extract()
1927 operand(i, 1, ASM_OPER_GREG, bits, 6, 7); in asm_extract()
1928 operand(i, 2, ASM_OPER_GREG, bits, 13, 7); in asm_extract()
1930 operand(i, 4, ASM_OPER_GREG, bits, 20, 7); in asm_extract()
1933 operand(i, 1, ASM_OPER_GREG, bits, 6, 7); in asm_extract()
1935 operand(i, 3, ASM_OPER_GREG, bits, 20, 7); in asm_extract()
1938 operand(i, 1, ASM_OPER_GREG, bits, 6, 7); in asm_extract()
1940 operand(i, 3, ASM_OPER_GREG, bits, 20, 7); in asm_extract()
[all …]
H A Ddisasm_format.c226 case ASM_OPER_GREG: in asm_operand()
H A Ddisasm.h169 ASM_OPER_GREG, /* = r# */ enumerator