HomeSort by: relevance | last modified time | path
    Searched defs:DISP (Results 1 - 11 of 11) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/tests/
reuse.c 25 #define DISP(s,t) \
33 #define DISP2(s,t) do { DISP(s,t); putchar ('\n'); } while (0)
125 DISP("a=", ref2); DISP2(", c=", ref3);
137 DISP("b=", ref2); DISP2(", a=", ref3);
206 DISP("a=", op1); DISP(", b=", op2); DISP2(", c=", op3);
219 DISP("a=", op1); DISP(", b=", op2); DISP2(", c=", op3);
232 DISP("a=", op1); DISP(", b=", op2); DISP2(", c=", op3)
    [all...]
taway.c 25 #define DISP(s,t) \
33 #define DISP2(s,t) do { DISP(s,t); putchar ('\n'); } while (0)
128 DISP("x=",ref2); DISP2(", y=",ref3);
183 DISP("a=", op1); DISP(", b=", op2); DISP2(", c=", op3);
185 DISP("expected ", ref); DISP2(", got ", res);
276 DISP("expected ", ref1); DISP2(", got ", res1);
317 DISP("expected ", ref1); DISP2(", got ", res1);
362 DISP("expected ", ref1); printf ("\n");
363 DISP("got ", res1); printf ("\n")
    [all...]
  /src/external/gpl3/gdb/dist/sim/bpf/
bpf-sim.c 620 #define DISP(OFFSET) (((OFFSET) + 1) * 8)
1046 next_pc = bpf_pc + DISP (insn->offset16);
1051 next_pc = bpf_pc + DISP (insn->offset16);
1056 next_pc = bpf_pc + DISP (insn->offset16);
1061 next_pc = bpf_pc + DISP (insn->offset16);
1066 next_pc = bpf_pc + DISP (insn->offset16);
1071 next_pc = bpf_pc + DISP (insn->offset16);
1076 next_pc = bpf_pc + DISP (insn->offset16);
1081 next_pc = bpf_pc + DISP (insn->offset16);
1086 next_pc = bpf_pc + DISP (insn->offset16)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/bpf/
bpf-sim.c 620 #define DISP(OFFSET) (((OFFSET) + 1) * 8)
1046 next_pc = bpf_pc + DISP (insn->offset16);
1051 next_pc = bpf_pc + DISP (insn->offset16);
1056 next_pc = bpf_pc + DISP (insn->offset16);
1061 next_pc = bpf_pc + DISP (insn->offset16);
1066 next_pc = bpf_pc + DISP (insn->offset16);
1071 next_pc = bpf_pc + DISP (insn->offset16);
1076 next_pc = bpf_pc + DISP (insn->offset16);
1081 next_pc = bpf_pc + DISP (insn->offset16);
1086 next_pc = bpf_pc + DISP (insn->offset16)
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
m68k-parse.h 313 DISP,
342 struct m68k_exp disp; member in struct:m68k_op
  /src/external/gpl3/binutils.old/dist/gas/config/
m68k-parse.h 313 DISP,
342 struct m68k_exp disp; member in struct:m68k_op
  /src/external/cddl/osnet/dev/dtrace/x86/
dis_tables.c 2688 * mode 0 is just r_m, unless r_m is 6 which is 16 bit disp
5390 enum {IMM, DISP};
5395 size_t buflen, int disp, int try_neg)
5404 (disp || sv >= NEG_LIMIT) &&
5410 if (disp == DISP)
5549 DISP, TRY_NEG);
  /src/external/gpl3/binutils/dist/include/opcode/
h8300.h 51 DISP = 0x0500,
171 DISP2SRC = DISP | L_2 | SRC,
172 DISP16SRC = DISP | L_16 | SRC,
173 DISP32SRC = DISP | L_32 | SRC,
175 DISP2DST = DISP | L_2 | DST,
176 DISP16DST = DISP | L_16 | DST,
177 DISP32DST = DISP | L_32 | DST,
282 #define DISP16LIST DISP | L_16, DATA3
283 #define DISP24LIST DISP | L_24, DATA5
284 #define DISP32LIST DISP | L_32, DATA
    [all...]
  /src/external/gpl3/binutils.old/dist/include/opcode/
h8300.h 51 DISP = 0x0500,
171 DISP2SRC = DISP | L_2 | SRC,
172 DISP16SRC = DISP | L_16 | SRC,
173 DISP32SRC = DISP | L_32 | SRC,
175 DISP2DST = DISP | L_2 | DST,
176 DISP16DST = DISP | L_16 | DST,
177 DISP32DST = DISP | L_32 | DST,
282 #define DISP16LIST DISP | L_16, DATA3
283 #define DISP24LIST DISP | L_24, DATA5
284 #define DISP32LIST DISP | L_32, DATA
    [all...]
  /src/external/gpl3/gdb/dist/include/opcode/
h8300.h 51 DISP = 0x0500,
171 DISP2SRC = DISP | L_2 | SRC,
172 DISP16SRC = DISP | L_16 | SRC,
173 DISP32SRC = DISP | L_32 | SRC,
175 DISP2DST = DISP | L_2 | DST,
176 DISP16DST = DISP | L_16 | DST,
177 DISP32DST = DISP | L_32 | DST,
282 #define DISP16LIST DISP | L_16, DATA3
283 #define DISP24LIST DISP | L_24, DATA5
284 #define DISP32LIST DISP | L_32, DATA
    [all...]
  /src/external/gpl3/gdb.old/dist/include/opcode/
h8300.h 51 DISP = 0x0500,
171 DISP2SRC = DISP | L_2 | SRC,
172 DISP16SRC = DISP | L_16 | SRC,
173 DISP32SRC = DISP | L_32 | SRC,
175 DISP2DST = DISP | L_2 | DST,
176 DISP16DST = DISP | L_16 | DST,
177 DISP32DST = DISP | L_32 | DST,
282 #define DISP16LIST DISP | L_16, DATA3
283 #define DISP24LIST DISP | L_24, DATA5
284 #define DISP32LIST DISP | L_32, DATA
    [all...]

Completed in 40 milliseconds