Home
last modified time | relevance | path

Searched refs:c_code (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-bfin.c1135 #define INIT(t) t c_code = init_##t
1136 #define ASSIGN(x) c_code.opcode |= ((x & c_code.mask_##x)<<c_code.bits_##x)
1137 #define ASSIGNF(x,f) c_code.opcode |= ((x & c_code.mask_##f)<<c_code.bits_##f)
1138 #define ASSIGN_R(x) c_code.opcode |= (((x ? (x->regno & CODE_MASK) : 0) & c_code.mask_##x)<<c_code.…
1146 conscode (gencode (HI (c_code.opcode)), \
1147 conscode (gencode (LO (c_code.opcode)), NULL_CODE))
1150 conscode (gencode (c_code.opcode), NULL_CODE)
1293 conscode (gencode (HI (c_code.opcode)), in bfin_gen_loopsetup()
1295 …conctcode (gencode (LO (c_code.opcode)), Expr_Node_Gen_Reloc (peoffset, BFD_RELOC_BFIN_11_PCREL)))… in bfin_gen_loopsetup()
1321 return conscode (gencode (HI (c_code.opcode) | (high_val & 0xff)), in bfin_gen_calla()
[all …]
/netbsd/src/bin/mt/
Dmt.c73 int c_code; /* ioctl code for MTIOCTOP command */ member
173 if (comp->c_code == MTASF) { in main()
193 mt_com.mt_op = comp->c_code; in main()