/openbmc/linux/tools/perf/arch/x86/tests/ |
H A D | insn-x86-dat-src.c | 32 asm volatile("cmovno 0x12345678(%rax),%rcx"); in main() 33 asm volatile("cmovno 0x12345678(%rax),%cx"); in main() 36 asm volatile("cmove 0x12345678(%rax),%rcx"); in main() 37 asm volatile("cmove 0x12345678(%rax),%cx"); in main() 39 asm volatile("seto 0x12345678(%rax)"); in main() 40 asm volatile("setno 0x12345678(%rax)"); in main() 41 asm volatile("setb 0x12345678(%rax)"); in main() 42 asm volatile("setc 0x12345678(%rax)"); in main() 43 asm volatile("setnae 0x12345678(%rax)"); in main() 44 asm volatile("setae 0x12345678(%rax)"); in main() [all …]
|
H A D | insn-x86-dat-64.c | 8 {{0x0f, 0x31, }, 2, 0, "", "", 9 "0f 31 \trdtsc ",}, 10 {{0xc4, 0xe2, 0x7d, 0x13, 0xeb, }, 5, 0, "", "", 12 {{0x48, 0x0f, 0x41, 0xd8, }, 4, 0, "", "", 13 "48 0f 41 d8 \tcmovno %rax,%rbx",}, 14 {{0x48, 0x0f, 0x41, 0x88, 0x78, 0x56, 0x34, 0x12, }, 8, 0, "", "", 15 "48 0f 41 88 78 56 34 12 \tcmovno 0x12345678(%rax),%rcx",}, 16 {{0x66, 0x0f, 0x41, 0x88, 0x78, 0x56, 0x34, 0x12, }, 8, 0, "", "", 17 "66 0f 41 88 78 56 34 12 \tcmovno 0x12345678(%rax),%cx",}, 18 {{0x48, 0x0f, 0x44, 0xd8, }, 4, 0, "", "", [all …]
|
H A D | insn-x86-dat-32.c | 8 {{0x0f, 0x31, }, 2, 0, "", "", 9 "0f 31 \trdtsc ",}, 10 {{0xc4, 0xe2, 0x7d, 0x13, 0xeb, }, 5, 0, "", "", 12 {{0x62, 0x81, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "", 13 "62 81 78 56 34 12 \tbound %eax,0x12345678(%ecx)",}, 14 {{0x62, 0x88, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "", 15 "62 88 78 56 34 12 \tbound %ecx,0x12345678(%eax)",}, 16 {{0x62, 0x90, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "", 17 "62 90 78 56 34 12 \tbound %edx,0x12345678(%eax)",}, 18 {{0x62, 0x98, 0x78, 0x56, 0x34, 0x12, }, 6, 0, "", "", [all …]
|
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_load_store.S | 13 set_vector kernel, 0 17 \op a5, a3, 0 26 .byte 0 33 set_vector kernel, 0 41 \op a5, a3, 0 69 set_vector kernel, 0 73 \op a5, a3, 0 82 .byte 0, 0, 0, 0x55 84 \type 0 86 .byte 0xaa [all …]
|
H A D | test_mac16.S | 7 #define ext16(v) (((v) & 0xffff) | (((v) & 0x8000) * 0x1ffffffe)) 12 movi a5, (\v) & 0xffffffff 47 test_mulxx mul.aa, 0, a2, a3, 0xf7315a5a, 0xa5a5137f 51 test_mulxx mul.ad, 1, a2, m2, 0xf7315a5a, 0xa5a5137f 55 test_mulxx mul.da, 2, m1, a3, 0xf7315a5a, 0xa5a5137f 59 test_mulxx mul.dd, 3, m0, m3, 0xf7315a5a, 0xa5a5137f 64 movi a4, (\iv) & 0xffffffff 93 test_mulxxx mula.aa, 0, a2, a3, 0xf7315a5a, 0xa5a5137f, 0xfff73155aa, + 97 test_mulxxx mula.ad, 1, a2, m2, 0xf7315a5a, 0xa5a5137f, 0xfff73155aa, + 101 test_mulxxx mula.da, 2, m1, a3, 0xf7315a5a, 0xa5a5137f, 0x0ff73155aa, + [all …]
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | read_write_overlap.c | 40 "%0 = r7\n\t" \ 47 insert(res, 0x12345678, 8, 1); in test_insert() 48 check32(res, 0x123456f0); in test_insert() 49 insert(res, 0x12345678, 0, 1); in test_insert() 50 check32(res, 0x12345678); in test_insert() 51 insert(res, 0x12345678, 20, 16); in test_insert() 52 check32(res, 0x56785678); in test_insert() 61 "%0 = r7\n\t" in insert_rp() 69 check32(insert_rp(0x12345678, 8, 1), 0x123456f0); in test_insert_rp() 70 check32(insert_rp(0x12345678, 63, 8), 0x34567878); in test_insert_rp() [all …]
|
H A D | mem_noshuf.c | 30 * followed by the load instruction in slot 0. 39 " %0 = " #LD_OP "(%2)\n\t" \ 53 " %0 = " #LD_OP "(%2)\n\t" \ 97 asm volatile("p0 = cmp.eq(%5, #0)\n\t" in MEM_NOSHUF32() 98 "%0 = %3\n\t" in MEM_NOSHUF32() 101 " if (!p0) %0 = memw(%2)\n\t" in MEM_NOSHUF32() 113 asm volatile("p0 = cmp.eq(%5, #0)\n\t" in pred_lw_sw_pi() 114 "%0 = %3\n\t" in pred_lw_sw_pi() 118 " if (!p0) %0 = memw(r7++#4)\n\t" in pred_lw_sw_pi() 130 asm volatile("p0 = cmp.eq(%5, #0)\n\t" in pred_ld_sd() [all …]
|
H A D | test_vcmpb.S | 5 * Vector byte comparison between 0x1234567887654321 and 0x1234567800000000 6 * should result in 0b11110000 in binary, or 0xf0 in hex. 14 r0 = #0x87654321 15 r1 = #0x12345678 18 r2 = #0x00000000 19 r3 = #0x12345678 22 p2 = vcmpb.eq(r1:0, r3:2) 28 p0 = cmp.eq(r4, #0xf0); if (p0.new) jump:t pass
|
H A D | test_vcmpw.S | 5 * Vector word comparison between 0x1234567887654321 and 0x1234567800000000 6 * should result in 0b11110000 in binary, or 0xf0 in hex. 14 r0 = #0x87654321 15 r1 = #0x12345678 18 r2 = #0x00000000 19 r3 = #0x12345678 22 p2 = vcmpw.eq(r1:0, r3:2) 28 p0 = cmp.eq(r4, #0xf0); if (p0.new) jump:t pass
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 031.out | 8 magic 0x514649fb 10 backing_file_offset 0x0 11 backing_file_size 0x0 14 crypt_method 0 16 l1_table_offset 0x30000 17 refcount_table_offset 0x10000 19 nb_snapshots 0 20 snapshot_offset 0x0 28 magic 0x12345678 (<unknown>) 36 magic 0x514649fb [all …]
|
/openbmc/qemu/tests/tcg/mips/user/ase/dsp/ |
H A D | test_dsp_r1_pick_ph.c | 9 rs = 0x12345678; in main() 10 rt = 0x87654321; in main() 11 dsp = 0x0A000000; in main() 12 result = 0x12344321; in main() 15 ("wrdsp %3, 0x10\n\t" in main() 16 "pick.ph %0, %1, %2\n\t" in main() 22 rs = 0x12345678; in main() 23 rt = 0x87654321; in main() 24 dsp = 0x03000000; in main() 25 result = 0x12345678; in main() [all …]
|
H A D | test_dsp_r1_shrl_qb.c | 9 rt = 0x12345678; in main() 10 result = 0x00010203; in main() 13 ("shrl.qb %0, %1, 0x05\n\t" in main() 19 rt = 0x12345678; in main() 20 result = 0x12345678; in main() 23 ("shrl.qb %0, %1, 0x0\n\t" in main() 30 return 0; in main()
|
H A D | test_dsp_r1_shrlv_qb.c | 9 rs = 0x05; in main() 10 rt = 0x12345678; in main() 11 result = 0x00010203; in main() 14 ("shrlv.qb %0, %1, %2\n\t" in main() 20 rs = 0x00; in main() 21 rt = 0x12345678; in main() 22 result = 0x12345678; in main() 25 ("shrlv.qb %0, %1, %2\n\t" in main() 31 return 0; in main()
|
H A D | test_dsp_r1_pick_qb.c | 9 rs = 0x12345678; in main() 10 rt = 0x87654321; in main() 11 dsp = 0x0f000000; in main() 12 result = 0x12345678; in main() 15 ("wrdsp %3, 0x10\n\t" in main() 16 "pick.qb %0, %1, %2\n\t" in main() 22 rs = 0x12345678; in main() 23 rt = 0x87654321; in main() 24 dsp = 0x00000000; in main() 25 result = 0x87654321; in main() [all …]
|
H A D | test_dsp_r1_shllv_s_w.c | 9 rs = 0x0B; in main() 10 rt = 0x12345678; in main() 11 result = 0x7FFFFFFF; in main() 12 resultdsp = 0x01; in main() 15 ("shllv_s.w %0, %2, %3\n\t" in main() 20 dsp = (dsp >> 22) & 0x01; in main() 24 rs = 0x0; in main() 25 rt = 0x12345678; in main() 26 result = 0x12345678; in main() 27 resultdsp = 0x01; in main() [all …]
|
H A D | test_dsp_r1_shllv_s_ph.c | 9 rs = 0x0; in main() 10 rt = 0x12345678; in main() 11 result = 0x12345678; in main() 12 resultdsp = 0x0; in main() 15 ("shllv_s.ph %0, %2, %3\n\t" in main() 20 dsp = (dsp >> 22) & 0x01; in main() 24 rs = 0x0B; in main() 25 rt = 0x12345678; in main() 26 result = 0x7FFF7FFF; in main() 27 resultdsp = 0x01; in main() [all …]
|
H A D | test_dsp_r1_shllv_ph.c | 9 rs = 0x0; in main() 10 rt = 0x12345678; in main() 11 result = 0x12345678; in main() 12 resultdsp = 0; in main() 15 ("shllv.ph %0, %2, %3\n\t" in main() 20 dsp = (dsp >> 22) & 0x01; in main() 24 rs = 0x0B; in main() 25 rt = 0x12345678; in main() 26 result = 0xA000C000; in main() 30 ("shllv.ph %0, %2, %3\n\t" in main() [all …]
|
H A D | test_dsp_r2_prepend.c | 9 rs = 0x12345678; in main() 10 rt = 0x87654321; in main() 11 result = 0x87654321; in main() 13 ("prepend %0, %1, 0x00\n\t" in main() 19 rs = 0x12345678; in main() 20 rt = 0x87654321; in main() 21 result = 0xACF10ECA; in main() 23 ("prepend %0, %1, 0x0F\n\t" in main() 29 return 0; in main()
|
H A D | test_dsp_r2_precr_sra_ph_w.c | 9 rs = 0x12345678; in main() 10 rt = 0x87654321; in main() 11 result = 0x43215678; in main() 14 ("precr_sra.ph.w %0, %1, 0x00\n\t" in main() 20 rs = 0x12345678; in main() 21 rt = 0x87654321; in main() 22 result = 0xFFFF0000; in main() 25 ("precr_sra.ph.w %0, %1, 0x1F\n\t" in main() 31 return 0; in main()
|
H A D | test_dsp_r2_precr_sra_r_ph_w.c | 9 rs = 0x12345678; in main() 10 rt = 0x87654321; in main() 11 result = 0x43215678; in main() 14 ("precr_sra_r.ph.w %0, %1, 0x00\n\t" in main() 20 rs = 0x12345678; in main() 21 rt = 0x87654321; in main() 22 result = 0xFFFF0000; in main() 25 ("precr_sra_r.ph.w %0, %1, 0x1F\n\t" in main() 31 return 0; in main()
|
/openbmc/u-boot/tools/dtoc/ |
H A D | dtoc_test_addr64_32.dts | 17 reg = <0x1234 0x0 0x5678>; 23 reg = <0x12345678 0x90123456 0x98765432>; 29 reg = <0x12345678 0x90123456 0x98765432 0 2 3>;
|
H A D | dtoc_test_addr32_64.dts | 17 reg = <0x1234 0x5678 0x0>; 23 reg = <0x12345678 0x98765432 0x10987654>; 29 reg = <0x12345678 0x98765432 0x10987654 2 0 3>;
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386-code16.S | 5 CS_SEG = 0xf 20 mov $0x12345678, %ebx 34 mov $0x12345678, %ebx
|
/openbmc/qemu/tests/qtest/ |
H A D | xlnx-can-test.c | 31 #define CAN0_BASE_ADDR 0xFF060000 32 #define CAN1_BASE_ADDR 0xFF070000 35 #define R_SRR_OFFSET 0x00 36 #define R_MSR_OFFSET 0x04 37 #define R_SR_OFFSET 0x18 38 #define R_ISR_OFFSET 0x1C 39 #define R_ICR_OFFSET 0x24 40 #define R_TXID_OFFSET 0x30 41 #define R_TXDLC_OFFSET 0x34 42 #define R_TXDATA1_OFFSET 0x38 [all …]
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | ex-branch.c | 20 F(brc, "0x8", LINK_NONE) \ 21 F(brcl, "0x8", LINK_NONE) \ 30 F(cij, "%%r0,0,8", LINK_NONE) \ 31 F(cgij, "%%r0,0,8", LINK_NONE) \ 34 F(clij, "%%r0,0,8", LINK_NONE) \ 35 F(clgij, "%%r0,0,8", LINK_NONE) 38 "xgr %%r0,%%r0\n" /* %r0 = 0; %cc = 0 */ \ 42 #define CLOBBERS_TEST "cc", "0", "1", "2" 49 #insn " " args ",0f\n" \ 53 "0: lgfi %[magic],0x12345678\n" \ [all …]
|