| /freebsd-10-stable/contrib/binutils/opcodes/ |
| D | mep-ibld.c | 605 errmsg = insert_normal (cd, fields->f_rm, 0, 0, 8, 4, 32, total_length, buffer); in mep_cgen_insert_operand() 894 errmsg = insert_normal (cd, fields->f_rm, 0, 0, 8, 4, 32, total_length, buffer); in mep_cgen_insert_operand() 897 errmsg = insert_normal (cd, fields->f_rm, 0, 0, 8, 4, 32, total_length, buffer); in mep_cgen_insert_operand() 1087 …ength = extract_normal (cd, ex_info, insn_value, 0, 0, 8, 4, 32, total_length, pc, & fields->f_rm); in mep_cgen_extract_operand() 1316 …ength = extract_normal (cd, ex_info, insn_value, 0, 0, 8, 4, 32, total_length, pc, & fields->f_rm); in mep_cgen_extract_operand() 1319 …ength = extract_normal (cd, ex_info, insn_value, 0, 0, 8, 4, 32, total_length, pc, & fields->f_rm); in mep_cgen_extract_operand() 1486 value = fields->f_rm; in mep_cgen_get_int_operand() 1624 value = fields->f_rm; in mep_cgen_get_int_operand() 1627 value = fields->f_rm; in mep_cgen_get_int_operand() 1761 value = fields->f_rm; in mep_cgen_get_vma_operand() [all …]
|
| D | mep-dis.c | 525 print_normal (cd, info, fields->f_rm, 0, pc, length); in mep_cgen_print_operand() 663 print_keyword (cd, info, & mep_cgen_opval_h_gpr, fields->f_rm, 0); in mep_cgen_print_operand() 666 print_keyword (cd, info, & mep_cgen_opval_h_gpr, fields->f_rm, 0); in mep_cgen_print_operand()
|
| D | mep-asm.c | 749 …msg = cgen_parse_unsigned_integer (cd, strp, MEP_OPERAND_CCCC, (unsigned long *) (& fields->f_rm)); in mep_cgen_parse_operand() 887 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_gpr, & fields->f_rm); in mep_cgen_parse_operand() 890 errmsg = cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_gpr, & fields->f_rm); in mep_cgen_parse_operand()
|
| D | mep-opc.h | 177 long f_rm; member
|
| /freebsd-10-stable/tests/sys/acl/ |
| D | aclfuzzer.sh | 155 f_rm() function 197 5) cmd=f_rm ;;
|
| /freebsd-10-stable/sys/i386/i386/ |
| D | db_disasm.c | 874 #define f_rm(byte) ((byte)&0x7) macro 948 rm = f_rm(regmodrm); 1113 db_printf("%s\t%%st,%%st(%d)",name,f_rm(regmodrm)); 1117 db_printf("%s\t%%st(%d),%%st",name, f_rm(regmodrm)); 1121 db_printf("%s\t%%st(%d)",name, f_rm(regmodrm)); 1124 name = ((const char * const *)fp->f_rrname)[f_rm(regmodrm)]; 1130 name = ((const char * const *)fp->f_rrname)[f_rm(regmodrm)]; 1367 db_printf("%s", db_reg[size][f_rm(inst)]); 1371 db_printf("%s", db_reg[LONG][f_rm(inst)]);
|
| /freebsd-10-stable/sys/amd64/amd64/ |
| D | db_disasm.c | 948 #define f_rm(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0)) macro 1027 rm = f_rm(rex, regmodrm); 1176 db_printf("%s\t%%st,%%st(%d)",name,f_rm(rex, regmodrm)); 1180 db_printf("%s\t%%st(%d),%%st",name, f_rm(rex, regmodrm)); 1184 db_printf("%s\t%%st(%d)",name, f_rm(rex, regmodrm)); 1187 name = ((const char * const *)fp->f_rrname)[f_rm(rex, regmodrm)]; 1193 name = ((const char * const *)fp->f_rrname)[f_rm(rex, regmodrm)]; 1517 db_printf("%s", db_reg[0][QUAD][f_rm(rex, inst)]); 1521 db_printf("%s", db_reg[rex != 0 ? 1 : 0][(rex & REX_R) ? QUAD : LONG][f_rm(rex, inst)]);
|