Searched refs:BFLD (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | tic6x-insn-formats.h | 27 #define BFLD(low_pos, width, pos) { (low_pos), (width), (pos) } macro 34 #define FLD(name, pos, width) { CONCAT2(tic6x_field_,name), BFLD1(BFLD(pos, width, 0)) } 100 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 103 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 106 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 109 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 112 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 115 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 118 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) 121 COMPFLD(cst, BFLD2(BFLD(13, 3, 0), BFLD(11, 1, 3))))) [all …]
|