Home
last modified time | relevance | path

Searched refs:arf (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D268.chain35 Bj3ha9qcPSClCQ8r9LD+nmmxhI0TmosxR62u3Jk20wQ59kMVjJQpKhxEpAfe/arf
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-tic54x.c3573 int arf; local
3576 arf = *tmp++ - '0';
3582 return arf >= 2 && arf <= 5 && valid_mod;
3863 int arf; local
3872 arf = ((mod == 12) ? operand->buf[3] - '0' :
3894 arf = (TOUPPER (operand->buf[1]) == 'A' ?
3927 insn->opcode[0].word |= 0x80 | (mod << 3) | arf;
4077 int arf = strlen (operand->buf) >= 3 ? operand->buf[2] - '0' : -1; local
4079 if (strncasecmp ("ar", operand->buf, 2) || arf < 0 || arf > 7)
4084 insn->opcode[0].word |= arf;
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-tic54x.c3521 int arf; local
3524 arf = *tmp++ - '0';
3530 return arf >= 2 && arf <= 5 && valid_mod;
3811 int arf; local
3820 arf = ((mod == 12) ? operand->buf[3] - '0' :
3842 arf = (TOUPPER (operand->buf[1]) == 'A' ?
3875 insn->opcode[0].word |= 0x80 | (mod << 3) | arf;
4025 int arf = strlen (operand->buf) >= 3 ? operand->buf[2] - '0' : -1; local
4027 if (strncasecmp ("ar", operand->buf, 2) || arf < 0 || arf > 7)
4032 insn->opcode[0].word |= arf;
[all …]
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dtic54x-dis.c229 int arf = ARF (opcode); local
236 arf);
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dtic54x-dis.c229 int arf = ARF (opcode); local
236 arf);