HomeSort by relevance Sort by last modified time
    Searched refs:insns (Results 151 - 175 of 605) sorted by null

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
m68hc11.exp 195 run_dump_test insns
198 run_dump_test insns-dwarf2
insns9s12x.s 1 # Test for correct generation of 9s12x specific insns.
insns-dwarf2.d 3 #name: Dwarf2 test on insns.s
4 #source: insns.s
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
regx-op.s 1 # For insns where X is a constant: 'X'-type operands.
regy-op.s 1 # For insns where Y is a constant: 'Y'-type operands.
list-insns.l 1 GAS for MMIX .*/list-insns.s page 1
62 GAS for MMIX .*/list-insns.s page 2
123 GAS for MMIX .*/list-insns.s page 3
184 GAS for MMIX .*/list-insns.s page 4
245 GAS for MMIX .*/list-insns.s page 5
300 GAS for MMIX .*/list-insns.s page 6
304 .*/list-insns.s:7 .text:0000000000000000 Main
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/xgate/
hilo.s 1 # Test for correct generation of XGATE insns when using the %hi and %lo modifiers.
insns-dwarf2.d 3 #name: Dwarf2 test on insns.s
4 #source: insns.s
  /toolchain/binutils/binutils-2.27/opcodes/
cgen-asm.c 53 /* Subroutine of build_asm_hash_table to add INSNS to the hash table.
55 COUNT is the number of elements in INSNS.
67 const CGEN_INSN *insns,
78 const CGEN_INSN *insn = &insns[i];
91 /* Subroutine of build_asm_hash_table to add INSNS to the hash table.
92 This function is identical to hash_insn_array except the insns are
97 const CGEN_INSN_LIST *insns,
103 for (ilist = insns; ilist != NULL; ilist = ilist->next, ++ hentbuf)
140 /* Add compiled in insns.
151 /* Add compiled in macro-insns. *
    [all...]
lm32-opc.c 704 /* Formats for ALIAS macro-insns. */
817 CGEN_INSN *insns = xmalloc (num_macros * sizeof (CGEN_INSN)); local
822 memset (insns, 0, num_macros * sizeof (CGEN_INSN));
825 insns[i].base = &ib[i];
826 insns[i].opcode = &oc[i];
827 lm32_cgen_build_insn_regex (& insns[i]);
829 cd->macro_insn_table.init_entries = insns;
834 insns = (CGEN_INSN *) cd->insn_table.init_entries;
837 insns[i].opcode = &oc[i];
838 lm32_cgen_build_insn_regex (& insns[i])
    [all...]
fr30-desc.c 1511 CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN)); local
1716 const CGEN_INSN *insns; local
    [all...]
m32r-desc.c 1290 CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN)); local
1495 const CGEN_INSN *insns; local
    [all...]
mt-desc.c 1071 CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN)); local
1276 const CGEN_INSN *insns; local
    [all...]
xstormy16-desc.c 1242 CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN)); local
1447 const CGEN_INSN *insns; local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaRenamer.java 275 * Processes all insns in a block and renames their registers
298 * maps the set of insns to replace after renaming is finished
379 // Delete all move insns in this block.
380 ArrayList<SsaInsn> insns = block.getInsns(); local
381 int szInsns = insns.size();
384 SsaInsn insn = insns.get(i);
390 insns.set(i, replaceInsn);
393 insns.remove(i);
474 * Phi insns have their result registers renamed.
485 * Move insns are treated as a simple mapping operation, an
    [all...]
LiteralOpUpgrader.java 102 // Replace insns with constant results with const insns
106 // We're only dealing with two-source insns here.
203 List<SsaInsn> insns = insn.getBlock().getInsns(); local
206 insns.set(insns.lastIndexOf(insn), newInsn);
  /external/strace/tests/
bpf.c 377 printf("prog_type=BPF_PROG_TYPE_SOCKET_FILTER, insn_cnt=0, insns=0"
382 static const struct bpf_insn insns[] = { variable in typeref:struct:bpf_insn
392 .insn_cnt = ARRAY_SIZE(insns),
393 .insns = (uintptr_t) insns,
412 printf("prog_type=BPF_PROG_TYPE_SOCKET_FILTER, insn_cnt=%u, insns=%p"
415 (unsigned int) ARRAY_SIZE(insns), insns,
  /external/strace/tests-m32/
bpf.c 377 printf("prog_type=BPF_PROG_TYPE_SOCKET_FILTER, insn_cnt=0, insns=0"
382 static const struct bpf_insn insns[] = { variable in typeref:struct:bpf_insn
392 .insn_cnt = ARRAY_SIZE(insns),
393 .insns = (uintptr_t) insns,
412 printf("prog_type=BPF_PROG_TYPE_SOCKET_FILTER, insn_cnt=%u, insns=%p"
415 (unsigned int) ARRAY_SIZE(insns), insns,
  /external/strace/tests-mx32/
bpf.c 377 printf("prog_type=BPF_PROG_TYPE_SOCKET_FILTER, insn_cnt=0, insns=0"
382 static const struct bpf_insn insns[] = { variable in typeref:struct:bpf_insn
392 .insn_cnt = ARRAY_SIZE(insns),
393 .insns = (uintptr_t) insns,
412 printf("prog_type=BPF_PROG_TYPE_SOCKET_FILTER, insn_cnt=%u, insns=%p"
415 (unsigned int) ARRAY_SIZE(insns), insns,
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nvfx_vertprog.c 300 vp->insns = realloc(vp->insns, ++vp->nr_insns * sizeof(*vpc->vpi));
301 vpc->vpi = &vp->insns[vp->nr_insns - 1];
783 vpc->vp->insns[vpc->vp->nr_insns - 1].data[3] |= NVFX_VP_INST_LAST;
785 vpc->vp->insns[vpc->vp->nr_insns - 1].data[3] |= NVFX_VP_INST_LAST;
969 struct util_dynarray insns; local
1000 util_dynarray_init(&insns);
1025 unsigned idx = insns.size >> 2;
1026 util_dynarray_append(&insns, unsigned, vp->nr_insns);
1037 util_dynarray_append(&insns, unsigned, vp->nr_insns)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
insns-predicate.d 4 #source: insns-predicate.s
  /external/capstone/bindings/ocaml/
test_arm64.ml 90 let insns = cs_disasm handle code 0x1000L 0L in
93 List.iter (print_insn handle) insns;
test_ppc.ml 71 let insns = cs_disasm handle code 0x1000L 0L in
74 List.iter (print_insn handle) insns;
test_sparc.ml 69 let insns = cs_disasm handle code 0x1000L 0L in
72 List.iter (print_insn handle) insns;
test_systemz.ml 70 let insns = cs_disasm handle code 0x1000L 0L in
73 List.iter (print_insn handle) insns;

Completed in 454 milliseconds

1 2 3 4 5 67 8 91011>>