Searched defs:TEST1 (Results 1 - 23 of 23) sorted by relevance

/external/llvm/test/MC/AsmParser/
H A Ddirective_org.s8 # CHECK: TEST1:
10 TEST1: label
H A Ddirective_set.s9 # CHECK: TEST1:
12 TEST1: label
H A Ddirective_align.s8 # CHECK: TEST1:
10 TEST1: label
H A Ddirective_space.s8 # CHECK: TEST1:
10 TEST1: label
19 # CHECK: .space TEST0-TEST1
21 .space TEST0 - TEST1
H A Ddirective_ascii.s8 # CHECK: TEST1:
9 TEST1: label
H A Ddirective_values.s8 # CHECK: TEST1:
10 TEST1: label
H A Ddirective_fill.s11 # CHECK: TEST1:
13 TEST1: label
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/
H A Ddirective_org.s8 # CHECK: TEST1:
10 TEST1: label
H A Ddirective_set.s8 # CHECK: TEST1:
10 TEST1: label
H A Ddirective_align.s8 # CHECK: TEST1:
10 TEST1: label
H A Ddirective_fill.s8 # CHECK: TEST1:
11 TEST1: label
H A Ddirective_space.s8 # CHECK: TEST1:
10 TEST1: label
H A Ddirective_ascii.s8 # CHECK: TEST1:
9 TEST1: label
H A Ddirective_values.s8 # CHECK: TEST1:
10 TEST1: label
/external/valgrind/none/tests/mips64/
H A Dload_indexed_instructions.c70 TEST1 macro is used for load-indexed instructions. For each instruction,
77 #define TEST1(instruction, offset, mem) \ macro
98 TEST1("ldx", i, reg_val);
100 TEST1("lbux", i, reg_val);
102 TEST1("lwx", i, reg_val);
104 TEST1("lhx", i, reg_val);
H A Dmacro_int.h1 #define TEST1(instruction, RSval, RTval, RD, RS, RT) \ macro
H A Dbranch_and_jump_instructions.c4 #define TEST1(RSval, RD) \ macro
185 TEST1(reg_val1[i], t0);
H A Dcvm_lx_ins.c69 #define TEST1(instruction, offset, mem) \ macro
98 TEST1("lhux", i, reg_val);
103 TEST1("lwux", i, reg_val);
108 TEST1("lbx", i, reg_val);
H A Dmacro_load_store.h3 #define TEST1(instruction, offset, mem) \ macro
H A Dmove_instructions.c50 #define TEST1(mem) \ macro
203 TEST1(reg_val1[i]);
205 TEST1(reg_val2[i]);
/external/clang/test/CodeGen/
H A Dincomplete-function-type.c10 enum teste1 { TEST1 }; enumerator in enum:teste1
/external/clang/test/CodeGenCXX/
H A Dsections.cpp30 int TEST1; variable
89 //CHECK: @TEST1 = global i32 0
/external/libevent/test/
H A Dregress.c94 #define TEST1 "this is a test" macro
171 len = write(fd, TEST1, strlen(TEST1) + 1);
305 if (write(pair[0], TEST1, strlen(TEST1)+1) < 0) {
350 if (write(pair[0], TEST1, strlen(TEST1)+1) < 0) {
881 if (write(pair[0], TEST1, strlen(TEST1)+1) < 0) {
932 if (write(pair[0], TEST1, strle
[all...]

Completed in 713 milliseconds