Home
last modified time | relevance | path

Searched refs:IS_H (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dbfin-parse.y127 #define HL2(r1, r0) (IS_H (r1) << 1 | IS_H (r0))
753 h00 = IS_H ($1.s0);
754 h10 = IS_H ($1.s1);
764 h01 = IS_H ($1.s0);
765 h11 = IS_H ($1.s1);
788 IS_H ($1.s0), IS_H ($1.s1), IS_H ($4.s0), IS_H ($4.s1),
814 $$ = DSP32ALU (11, IS_H ($1), 0, &$1, &reg7, &reg7, 0, 0, 1);
822 $$ = DSP32ALU (9, IS_H ($3), 0, 0, &$3, 0, 0, 0, 0);
827 $$ = DSP32ALU (9, IS_H ($3), 0, 0, &$3, 0, 0, 0, 2);
1005 $$ = DSP32ALU (9, IS_H ($3), 0, 0, &$3, 0, 0, 0, 0);
[all …]
Dbfin-defs.h179 #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))
Dtc-bfin.c1372 …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.27/gas/
DChangeLog-2009902 (IS_H): Use flags.