Home
last modified time | relevance | path

Searched defs:OP4 (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/include/opcode/
Dtic6x-opcode-table.h45 #define OP4(a, b, c, d) 4, { a, b, c, d } macro
Dh8300.h546 #define MOVFROM_REG_BW(CODE, NAME, SRC, PREFIX, OP1, OP2, OP3, OP4, RELAX16) \ argument
564 #define MOVTO_REG_BW(CODE, NAME, DST, PREFIX, OP1, OP2, OP3, OP4, RELAX16) \ argument
845 #define EXPAND_TWOOP_B(CODE, NAME, OP1, OP2, OP3, OP4, BIT) \ argument
/toolchain/binutils/binutils-2.27/opcodes/
Daarch64-tbl.h35 #define OP4(a,b,c,d) {OPND(a), OPND(b), OPND(c), OPND(d)} macro
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-rx.c2252 #define OP4(x) op[target_big_endian ? 3-x : x] in md_apply_fix() macro