Searched refs:IS_H (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | bfin-parse.y | 127 #define HL2(r1, r0) (IS_H (r1) << 1 | IS_H (r0)) 754 h00 = IS_H ($1.s0); 755 h10 = IS_H ($1.s1); 765 h01 = IS_H ($1.s0); 766 h11 = IS_H ($1.s1); 789 IS_H ($1.s0), IS_H ($1.s1), IS_H ($4.s0), IS_H ($4.s1), 815 $$ = DSP32ALU (11, IS_H ($1), 0, &$1, ®7, ®7, 0, 0, 1); 823 $$ = DSP32ALU (9, IS_H ($3), 0, 0, &$3, 0, 0, 0, 0); 828 $$ = DSP32ALU (9, IS_H ($3), 0, 0, &$3, 0, 0, 0, 2); 1006 $$ = DSP32ALU (9, IS_H ($3), 0, 0, &$3, 0, 0, 0, 0); [all …]
|
D | bfin-defs.h | 179 #define IS_H(a) ((a).flags & F_REG_HIGH ? 1: 0) macro 188 #define IS_DREG_H(r) (_TYPECHECK(r, R) && IS_H(r)) 189 #define IS_DREG_L(r) (_TYPECHECK(r, R) && !IS_H(r))
|
D | tc-bfin.c | 1380 …return conscode (gencode (HI (c_code.opcode)), Expr_Node_Gen_Reloc (phword, IS_H (*reg) ? BFD_RELO… in bfin_gen_ldimmhalf()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2009 | 902 (IS_H): Use flags.
|