OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_x86
(Results
1 - 11
of
11
) sorted by null
/external/capstone/bindings/python/
test_all.py
4
test_x86
, test_skipdata, test_sparc, test_systemz
16
test_x86
.test_class()
Makefile
68
TESTS += test_sparc.py test_systemz.py
test_x86
.py test_xcore.py test_skipdata.py
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
MachO_x86-64_PIC_relocations.s
1
# RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -filetype=obj -o %T/
test_x86
-64.o %s
2
# RUN: llvm-rtdyld -triple=x86_64-apple-macosx10.9 -dummy-extern ds1=0xfffffffffffffffe -dummy-extern ds2=0xffffffffffffffff -verify -check=%s %/T/
test_x86
-64.o
26
# rtdyld-check: *{8}(stub_addr(
test_x86
-64.o, __text, y)) = y
27
# rtdyld-check: decode_operand(insn3, 4) = stub_addr(
test_x86
-64.o, __text, y) - next_pc(insn3)
35
# rtdyld-check: *{8}(section_addr(
test_x86
-64.o, __eh_frame) + 0x20) = eh_frame_test - (section_addr(
test_x86
-64.o, __eh_frame) + 0x20)
71
# rtdyld-check: *{8}z3b = (section_addr(
test_x86
-64.o, _tmp3) + 4) - (section_addr(
test_x86
-64.o, _tmp4)) + 8
76
# rtdyld-check: *{8}z3c = z4 - (section_addr(
test_x86
-64.o, _tmp4)) + 12
81
# rtdyld-check: *{8}z3d = (section_addr(
test_x86
-64.o, _tmp3) + 4) - z4 + 1
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/X86/
MachO_x86-64_PIC_relocations.s
2
# RUN: llvm-mc -triple=x86_64-apple-macosx10.9 -filetype=obj -o %t/
test_x86
-64.o %s
3
# RUN: llvm-rtdyld -triple=x86_64-apple-macosx10.9 -dummy-extern ds1=0xfffffffffffffffe -dummy-extern ds2=0xffffffffffffffff -verify -check=%s %t/
test_x86
-64.o
27
# rtdyld-check: *{8}(stub_addr(
test_x86
-64.o, __text, y)) = y
28
# rtdyld-check: decode_operand(insn3, 4) = stub_addr(
test_x86
-64.o, __text, y) - next_pc(insn3)
36
# rtdyld-check: *{8}(section_addr(
test_x86
-64.o, __eh_frame) + 0x20) = eh_frame_test - (section_addr(
test_x86
-64.o, __eh_frame) + 0x20)
72
# rtdyld-check: *{8}z3b = (section_addr(
test_x86
-64.o, _tmp3) + 4) - (section_addr(
test_x86
-64.o, _tmp4)) + 8
77
# rtdyld-check: *{8}z3c = z4 - (section_addr(
test_x86
-64.o, _tmp4)) + 12
82
# rtdyld-check: *{8}z3d = (section_addr(
test_x86
-64.o, _tmp3) + 4) - z4 + 1
[
all
...]
/external/capstone/suite/
test_c.sh
15
../tests/
test_x86
>> /tmp/$1
test_python.sh
13
../bindings/python/
test_x86
.py >> /tmp/$1
compile_all.sh
17
for t in test test_arm test_arm64 test_detail test_mips
test_x86
test_ppc; do
/external/capstone/bindings/
Makefile
12
TEST_X86
= $(TMPDIR)/
test_x86
37
../tests/
test_x86
> $(
TEST_X86
)_e
49
python python/
test_x86
.py > $(
TEST_X86
)_o
62
cd java && ./run.sh x86 > $(
TEST_X86
)_o
76
$(DIFF) $(
TEST_X86
)_e $(
TEST_X86
)_o
/external/capstone/bindings/ocaml/
Makefile
7
all: arm_const.cmxa arm64_const.cmxa mips_const.cmxa ppc_const.cmxa sparc_const.cmxa sysz_const.cmxa x86_const.cmxa xcore_const.cmxa arm.cmxa arm64.cmxa mips.cmxa ppc.cmxa x86.cmxa sparc.cmxa systemz.cmxa xcore.cmxa capstone.cmxa test_basic.cmx test_detail.cmx
test_x86
.cmx test_arm.cmx test_arm64.cmx test_mips.cmx test_ppc.cmx test_sparc.cmx test_systemz.cmx test_xcore.cmx ocaml.o
10
ocamlopt -o
test_x86
-ccopt $(FLAGS) capstone.cmx ocaml.o x86.cmx x86_const.cmx
test_x86
.cmx -cclib -l$(LIB)
26
test_x86
.cmx:
test_x86
.ml
258
rm -f *.[oa] *.so *.cm[ixoa] *.cmxa *.mli test_basic test_detail
test_x86
test_arm test_arm64 test_mips test_ppc test_sparc test_systemz test_xcore
264
TESTS += test_sparc test_systemz
test_x86
test_xcore
/external/capstone/tests/
Makefile
87
SOURCES +=
test_x86
.c
/external/capstone/
Makefile
433
TESTS += test_systemz
test_x86
test_xcore test_iter
436
TESTS += test_systemz.static
test_x86
.static test_xcore.static
Completed in 622 milliseconds