Lines Matching refs:c_code
1146 #define INIT(t) t c_code = init_##t
1147 #define ASSIGN(x) c_code.opcode |= ((x & c_code.mask_##x)<<c_code.bits_##x)
1148 #define ASSIGNF(x,f) c_code.opcode |= ((x & c_code.mask_##f)<<c_code.bits_##f)
1149 #define ASSIGN_R(x) c_code.opcode |= (((x ? (x->regno & CODE_MASK) : 0) & c_code.mask_##x)<<c_code.…
1157 conscode (gencode (HI (c_code.opcode)), \
1158 conscode (gencode (LO (c_code.opcode)), NULL_CODE))
1161 conscode (gencode (c_code.opcode), NULL_CODE)
1304 conscode (gencode (HI (c_code.opcode)), in bfin_gen_loopsetup()
1306 …conctcode (gencode (LO (c_code.opcode)), Expr_Node_Gen_Reloc (peoffset, BFD_RELOC_BFIN_11_PCREL)))… in bfin_gen_loopsetup()
1332 return conscode (gencode (HI (c_code.opcode) | (high_val & 0xff)), in bfin_gen_calla()
1366 …return conscode (gencode (HI (c_code.opcode)), Expr_Node_Gen_Reloc (phword, BFD_RELOC_BFIN_16_IMM)… in bfin_gen_ldimmhalf()
1370 …return conscode (gencode (HI (c_code.opcode)), Expr_Node_Gen_Reloc (phword, IS_H (*reg) ? BFD_RELO… in bfin_gen_ldimmhalf()
1408 return conscode (gencode (HI (c_code.opcode)), in bfin_gen_ldstidxi()
1414 return conscode (gencode (HI (c_code.opcode)), in bfin_gen_ldstidxi()
1564 return conscode (gencode (c_code.opcode), Expr_Node_Gen_Reloc (poffset, BFD_RELOC_BFIN_10_PCREL)); in bfin_gen_brcc()
1576 return conscode (gencode (c_code.opcode), in bfin_gen_ujump()