HomeSort by relevance Sort by last modified time
    Searched refs:S2C (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
rx-decode.opc 123 #define S2C(i) OP (2, RX_Operand_Immediate, 0, i)
458 ID(xor); DR(rdst); SR(rdst); S2C(~0); F__SZ_;
461 ID(xor); DR(rdst); SR(rsrc); S2C(~0); F__SZ_;
518 ID(sub); S2C(immm); SR(rdst); F_OSZC;
521 ID(sub); SR(rsrc); S2C(IMMex(im)); F_OSZC;
524 ID(sub); SR(rsrc); S2C(IMM(1)); F_OSZC;
536 ID(sub); S2C(immm); SR(rdst); DR(rdst); F_OSZC;
668 ID(shll); S2C(i*16+mmmm); SR(rdst); DR(rdst); F_OSZC;
674 ID(shll); S2C(immmm); SR(rsrc); DR(rdst); F_OSZC;
678 ID(shar); S2C(i*16+mmmm); SR(rdst); DR(rdst); F_0SZC
    [all...]
rx-decode.c 124 #define S2C(i) OP (2, RX_Operand_Immediate, 0, i)
    [all...]
  /external/openssh/regress/misc/kexfuzz/
kexfuzz.c 37 enum direction { S2C, C2S };
41 int *c2s, *s2c; member in struct:hook_ctx
51 int mydirection = ssh == ctx->client ? S2C : C2S;
52 int *packet_count = mydirection == S2C ? ctx->s2c : ctx->c2s;
58 mydirection == S2C ? "s2c" : "c2s",
183 debug("do_send_and_receive S2C: %s", ssh_err(r));
199 do_kex_with_key(const char *kex, struct sshkey *prvkey, int *c2s, int *s2c,
231 hook_ctx.s2c = s2c
348 int s2c = 0, c2s = 0; \/* packet counts *\/ local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc_fmt_def.inc 326 BC_FIELD(ALU_WORD1_OP3, SRC2_CHAN, S2C, 11, 10)
354 BC_FIELD(ALU_WORD1_LDS_IDX_OP, SRC2_CHAN, S2C, 11, 10)

Completed in 98 milliseconds