Lines Matching refs:poffset

1370 bfin_gen_ldstidxi (REG_T ptr, REG_T reg, int W, int sz, int Z, Expr_Node * poffset)  in bfin_gen_ldstidxi()  argument
1387 if (poffset->type != Expr_Node_Constant) in bfin_gen_ldstidxi()
1393 if (poffset->type == Expr_Node_Reloc in bfin_gen_ldstidxi()
1394 && !strcmp (poffset->value.s_value, in bfin_gen_ldstidxi()
1398 Expr_Node_Gen_Reloc(poffset, BFD_RELOC_16)); in bfin_gen_ldstidxi()
1400 else if (poffset->type != Expr_Node_GOT_Reloc) in bfin_gen_ldstidxi()
1404 Expr_Node_Gen_Reloc(poffset->Left_Child, in bfin_gen_ldstidxi()
1405 poffset->value.i_value)); in bfin_gen_ldstidxi()
1413 value = EXPR_VALUE (poffset) >> 2; in bfin_gen_ldstidxi()
1416 value = EXPR_VALUE (poffset) >> 1; in bfin_gen_ldstidxi()
1419 value = EXPR_VALUE (poffset); in bfin_gen_ldstidxi()
1454 bfin_gen_ldstii (REG_T ptr, REG_T reg, Expr_Node * poffset, int W, int opc) in bfin_gen_ldstii() argument
1470 value = EXPR_VALUE (poffset) >> 1; in bfin_gen_ldstii()
1474 value = EXPR_VALUE (poffset) >> 2; in bfin_gen_ldstii()
1490 bfin_gen_ldstiifp (REG_T sreg, Expr_Node * poffset, int W) in bfin_gen_ldstiifp() argument
1494 int offset = ((~(EXPR_VALUE (poffset) >> 2)) & 0x1f) + 1; in bfin_gen_ldstiifp()
1544 bfin_gen_brcc (int T, int B, Expr_Node * poffset) in bfin_gen_brcc() argument
1551 offset = ((EXPR_VALUE (poffset) >> 1)); in bfin_gen_brcc()
1553 return conscode (gencode (c_code.opcode), Expr_Node_Gen_Reloc (poffset, BFD_RELOC_BFIN_10_PCREL)); in bfin_gen_brcc()
1557 bfin_gen_ujump (Expr_Node * poffset) in bfin_gen_ujump() argument
1562 offset = ((EXPR_VALUE (poffset) >> 1)); in bfin_gen_ujump()
1567 poffset, BFD_RELOC_BFIN_12_PCREL_JUMP_S)); in bfin_gen_ujump()