Lines Matching refs:c_code
1135 #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()
1355 …return conscode (gencode (HI (c_code.opcode)), Expr_Node_Gen_Reloc (phword, BFD_RELOC_BFIN_16_IMM)… in bfin_gen_ldimmhalf()
1359 …return conscode (gencode (HI (c_code.opcode)), Expr_Node_Gen_Reloc (phword, IS_H (*reg) ? BFD_RELO… in bfin_gen_ldimmhalf()
1397 return conscode (gencode (HI (c_code.opcode)), in bfin_gen_ldstidxi()
1403 return conscode (gencode (HI (c_code.opcode)), in bfin_gen_ldstidxi()
1553 return conscode (gencode (c_code.opcode), Expr_Node_Gen_Reloc (poffset, BFD_RELOC_BFIN_10_PCREL)); in bfin_gen_brcc()
1565 return conscode (gencode (c_code.opcode), in bfin_gen_ujump()