HomeSort by: relevance | last modified time | path
    Searched refs:insn (Results 1 - 25 of 2018) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/binutils/dist/include/opcode/
arc-func.h 26 replace_none (unsigned insn, int value ATTRIBUTE_UNUSED)
28 insn = insn & ~0x00;
30 return insn;
39 replace_bits8 (unsigned insn, int value ATTRIBUTE_UNUSED)
41 insn = insn & ~0xff;
42 insn |= ((value >> 0) & 0x00ff) << 0;
44 return insn;
53 replace_bits16 (unsigned insn, int value ATTRIBUTE_UNUSED
    [all...]
spu.h 90 #define UNSIGNED_EXTRACT(insn, size, pos) \
91 (((insn) >> (pos)) & ((1u << (size)) - 1))
92 #define SIGNED_EXTRACT(insn, size, pos) \
93 (((int) UNSIGNED_EXTRACT(insn, size, pos) \
96 #define DECODE_INSN_RT(insn) (insn & 0x7f)
97 #define DECODE_INSN_RA(insn) ((insn >> 7) & 0x7f)
98 #define DECODE_INSN_RB(insn) ((insn >> 14) & 0x7f
    [all...]
  /src/external/gpl3/binutils.old/dist/include/opcode/
arc-func.h 26 replace_none (unsigned insn, int value ATTRIBUTE_UNUSED)
28 insn = insn & ~0x00;
30 return insn;
39 replace_bits8 (unsigned insn, int value ATTRIBUTE_UNUSED)
41 insn = insn & ~0xff;
42 insn |= ((value >> 0) & 0x00ff) << 0;
44 return insn;
53 replace_bits16 (unsigned insn, int value ATTRIBUTE_UNUSED
    [all...]
spu.h 90 #define UNSIGNED_EXTRACT(insn, size, pos) \
91 (((insn) >> (pos)) & ((1u << (size)) - 1))
92 #define SIGNED_EXTRACT(insn, size, pos) \
93 (((int) UNSIGNED_EXTRACT(insn, size, pos) \
96 #define DECODE_INSN_RT(insn) (insn & 0x7f)
97 #define DECODE_INSN_RA(insn) ((insn >> 7) & 0x7f)
98 #define DECODE_INSN_RB(insn) ((insn >> 14) & 0x7f
    [all...]
  /src/external/gpl3/gdb/dist/include/opcode/
arc-func.h 26 replace_none (unsigned insn, int value ATTRIBUTE_UNUSED)
28 insn = insn & ~0x00;
30 return insn;
39 replace_bits8 (unsigned insn, int value ATTRIBUTE_UNUSED)
41 insn = insn & ~0xff;
42 insn |= ((value >> 0) & 0x00ff) << 0;
44 return insn;
53 replace_bits16 (unsigned insn, int value ATTRIBUTE_UNUSED
    [all...]
spu.h 90 #define UNSIGNED_EXTRACT(insn, size, pos) \
91 (((insn) >> (pos)) & ((1u << (size)) - 1))
92 #define SIGNED_EXTRACT(insn, size, pos) \
93 (((int) UNSIGNED_EXTRACT(insn, size, pos) \
96 #define DECODE_INSN_RT(insn) (insn & 0x7f)
97 #define DECODE_INSN_RA(insn) ((insn >> 7) & 0x7f)
98 #define DECODE_INSN_RB(insn) ((insn >> 14) & 0x7f
    [all...]
  /src/external/gpl3/gdb.old/dist/include/opcode/
arc-func.h 26 replace_none (unsigned insn, int value ATTRIBUTE_UNUSED)
28 insn = insn & ~0x00;
30 return insn;
39 replace_bits8 (unsigned insn, int value ATTRIBUTE_UNUSED)
41 insn = insn & ~0xff;
42 insn |= ((value >> 0) & 0x00ff) << 0;
44 return insn;
53 replace_bits16 (unsigned insn, int value ATTRIBUTE_UNUSED
    [all...]
spu.h 90 #define UNSIGNED_EXTRACT(insn, size, pos) \
91 (((insn) >> (pos)) & ((1u << (size)) - 1))
92 #define SIGNED_EXTRACT(insn, size, pos) \
93 (((int) UNSIGNED_EXTRACT(insn, size, pos) \
96 #define DECODE_INSN_RT(insn) (insn & 0x7f)
97 #define DECODE_INSN_RA(insn) ((insn >> 7) & 0x7f)
98 #define DECODE_INSN_RB(insn) ((insn >> 14) & 0x7f
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
csky-tdep.h 122 #define CSKY_16_ST_SIZE(insn) (1 << ((insn & 0x1800) >> 11))
124 #define CSKY_16_ST_ADDR_REGNUM(insn) ((insn & 0x700) >> 8)
126 #define CSKY_16_ST_OFFSET(insn) ((insn & 0x1f) << ((insn & 0x1800) >> 11))
128 #define CSKY_16_ST_VAL_REGNUM(insn) ((insn & 0xe0) >> 5)
131 #define CSKY_16_IS_STWx0(insn) ((insn & 0xf800) == 0xb800
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
csky-tdep.h 122 #define CSKY_16_ST_SIZE(insn) (1 << ((insn & 0x1800) >> 11))
124 #define CSKY_16_ST_ADDR_REGNUM(insn) ((insn & 0x700) >> 8)
126 #define CSKY_16_ST_OFFSET(insn) ((insn & 0x1f) << ((insn & 0x1800) >> 11))
128 #define CSKY_16_ST_VAL_REGNUM(insn) ((insn & 0xe0) >> 5)
131 #define CSKY_16_IS_STWx0(insn) ((insn & 0xf800) == 0xb800
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
itbl-mips.h 33 #define MIPS_IS_COP_INSN(insn) ((MIPS_OPCODE_COP0&(insn>>25)) \
35 #define MIPS_DECODE_COP_NUM(insn) ((~MIPS_OPCODE_COP0&(insn>>25))>>1)
36 #define MIPS_DECODE_COP_COFUN(insn) ((~MIPS_ENCODE_COP_NUM(3))&(insn))
39 #define ITBL_IS_INSN(insn) MIPS_IS_COP_INSN(insn)
40 #define ITBL_DECODE_PNUM(insn) MIPS_DECODE_COP_NUM(insn)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
itbl-mips.h 33 #define MIPS_IS_COP_INSN(insn) ((MIPS_OPCODE_COP0&(insn>>25)) \
35 #define MIPS_DECODE_COP_NUM(insn) ((~MIPS_OPCODE_COP0&(insn>>25))>>1)
36 #define MIPS_DECODE_COP_COFUN(insn) ((~MIPS_ENCODE_COP_NUM(3))&(insn))
39 #define ITBL_IS_INSN(insn) MIPS_IS_COP_INSN(insn)
40 #define ITBL_DECODE_PNUM(insn) MIPS_DECODE_COP_NUM(insn)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
movement.cc 36 rtl_ssa::can_move_insn_p (insn_info *insn)
38 return (!control_flow_insn_p (insn->rtl ())
39 && !may_trap_p (PATTERN (insn->rtl ())));
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 178 static bool peek(struct InternalInstruction *insn, uint8_t &byte) {
179 uint64_t offset = insn->readerCursor - insn->startLocation;
180 if (offset >= insn->bytes.size())
182 byte = insn->bytes[offset];
186 template <typename T> static bool consume(InternalInstruction *insn, T &ptr) {
187 auto r = insn->bytes;
188 uint64_t offset = insn->readerCursor - insn->startLocation;
195 insn->readerCursor += sizeof(T)
    [all...]
  /src/external/bsd/libpcap/dist/
bpf_dump.c 37 const struct bpf_insn *insn; local
41 insn = p->bf_insns;
44 for (i = 0; i < n; ++insn, ++i) {
45 printf("%u %u %u %u\n", insn->code,
46 insn->jt, insn->jf, insn->k);
51 for (i = 0; i < n; ++insn, ++i)
53 insn->code, insn->jt, insn->jf, insn->k)
    [all...]
  /src/external/bsd/tcpdump/dist/
bpf_dump.c 38 struct bpf_insn *insn; local
42 insn = p->bf_insns;
45 for (i = 0; i < n; ++insn, ++i) {
46 printf("%u %u %u %u\n", insn->code,
47 insn->jt, insn->jf, insn->k);
52 for (i = 0; i < n; ++insn, ++i)
54 insn->code, insn->jt, insn->jf, insn->k)
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
arc-fxi.h 25 insn = 00100bbb00101111FBBB111110001001. */
27 insert_limm (unsigned long long insn ATTRIBUTE_UNUSED,
32 return insn;
40 extract_limm (unsigned long long insn ATTRIBUTE_UNUSED,
52 insn = 00100bbb01101111FBBBuuuuuu001001. */
54 insert_uimm6_20 (unsigned long long insn ATTRIBUTE_UNUSED,
59 insn |= ((value >> 0) & 0x003f) << 6;
61 return insn;
69 extract_uimm6_20 (unsigned long long insn ATTRIBUTE_UNUSED,
74 value |= ((insn >> 6) & 0x003f) << 0
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
arc-fxi.h 25 insn = 00100bbb00101111FBBB111110001001. */
27 insert_limm (unsigned long long insn ATTRIBUTE_UNUSED,
32 return insn;
40 extract_limm (unsigned long long insn ATTRIBUTE_UNUSED,
52 insn = 00100bbb01101111FBBBuuuuuu001001. */
54 insert_uimm6_20 (unsigned long long insn ATTRIBUTE_UNUSED,
59 insn |= ((value >> 0) & 0x003f) << 6;
61 return insn;
69 extract_uimm6_20 (unsigned long long insn ATTRIBUTE_UNUSED,
74 value |= ((insn >> 6) & 0x003f) << 0
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
arc-fxi.h 25 insn = 00100bbb00101111FBBB111110001001. */
27 insert_limm (unsigned long long insn ATTRIBUTE_UNUSED,
32 return insn;
40 extract_limm (unsigned long long insn ATTRIBUTE_UNUSED,
52 insn = 00100bbb01101111FBBBuuuuuu001001. */
54 insert_uimm6_20 (unsigned long long insn ATTRIBUTE_UNUSED,
59 insn |= ((value >> 0) & 0x003f) << 6;
61 return insn;
69 extract_uimm6_20 (unsigned long long insn ATTRIBUTE_UNUSED,
74 value |= ((insn >> 6) & 0x003f) << 0
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
arc-fxi.h 25 insn = 00100bbb00101111FBBB111110001001. */
27 insert_limm (unsigned long long insn ATTRIBUTE_UNUSED,
32 return insn;
40 extract_limm (unsigned long long insn ATTRIBUTE_UNUSED,
52 insn = 00100bbb01101111FBBBuuuuuu001001. */
54 insert_uimm6_20 (unsigned long long insn ATTRIBUTE_UNUSED,
59 insn |= ((value >> 0) & 0x003f) << 6;
61 return insn;
69 extract_uimm6_20 (unsigned long long insn ATTRIBUTE_UNUSED,
74 value |= ((insn >> 6) & 0x003f) << 0
    [all...]
  /src/sys/arch/aarch64/include/
db_machdep.h 90 #define BKPT_SET(insn, addr) (BKPT_INSN)
110 inst_return(db_expr_t insn)
112 LE32TOH(insn);
113 return ((insn & 0xfffffc1f) == 0xd65f0000); /* ret xN */
117 inst_trap_return(db_expr_t insn)
119 LE32TOH(insn);
120 return insn == 0xd69f03e0; /* eret */
124 inst_call(db_expr_t insn)
126 LE32TOH(insn);
127 return ((insn & 0xfc000000) == 0x94000000) /* bl *
    [all...]
  /src/external/gpl3/gdb/dist/sim/bpf/
bpf-sim.c 477 decode (SIM_CPU *cpu, uint64_t pc, struct bpf_insn *insn)
486 /* Initialize the insn struct. */
487 memset (insn, 0, sizeof (struct bpf_insn));
497 insn->id = opcode->id;
498 insn->size = 8;
509 insn->dst = bpf_extract_dst (word, endian);
514 insn->src = bpf_extract_src (word, endian);
519 insn->dst = bpf_extract_dst (word, endian);
524 insn->src = bpf_extract_src (word, endian);
531 insn->imm32 = bpf_extract_imm32 (word, endian)
1414 struct bpf_insn insn; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/bpf/
bpf-sim.c 477 decode (SIM_CPU *cpu, uint64_t pc, struct bpf_insn *insn)
486 /* Initialize the insn struct. */
487 memset (insn, 0, sizeof (struct bpf_insn));
497 insn->id = opcode->id;
498 insn->size = 8;
509 insn->dst = bpf_extract_dst (word, endian);
514 insn->src = bpf_extract_src (word, endian);
519 insn->dst = bpf_extract_dst (word, endian);
524 insn->src = bpf_extract_src (word, endian);
531 insn->imm32 = bpf_extract_imm32 (word, endian)
1414 struct bpf_insn insn; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/iq2000/
cpu.h 117 /* Pointer to argbuf entry for insn whose results need writing back. */
156 /* A cached insn.
167 These define and assign the local vars that contain the insn's fields. */
184 f_opcode = EXTRACT_LSB0_UINT (insn, 32, 31, 6); \
185 f_rs = EXTRACT_LSB0_UINT (insn, 32, 25, 5); \
186 f_rt = EXTRACT_LSB0_UINT (insn, 32, 20, 5); \
187 f_rd = EXTRACT_LSB0_UINT (insn, 32, 15, 5); \
188 f_shamt = EXTRACT_LSB0_UINT (insn, 32, 10, 5); \
189 f_func = EXTRACT_LSB0_UINT (insn, 32, 5, 6); \
199 f_opcode = EXTRACT_LSB0_UINT (insn, 32, 31, 6);
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/iq2000/
cpu.h 117 /* Pointer to argbuf entry for insn whose results need writing back. */
156 /* A cached insn.
167 These define and assign the local vars that contain the insn's fields. */
184 f_opcode = EXTRACT_LSB0_UINT (insn, 32, 31, 6); \
185 f_rs = EXTRACT_LSB0_UINT (insn, 32, 25, 5); \
186 f_rt = EXTRACT_LSB0_UINT (insn, 32, 20, 5); \
187 f_rd = EXTRACT_LSB0_UINT (insn, 32, 15, 5); \
188 f_shamt = EXTRACT_LSB0_UINT (insn, 32, 10, 5); \
189 f_func = EXTRACT_LSB0_UINT (insn, 32, 5, 6); \
199 f_opcode = EXTRACT_LSB0_UINT (insn, 32, 31, 6);
    [all...]

Completed in 35 milliseconds

1 2 3 4 5 6 7 8 91011>>