Home
last modified time | relevance | path

Searched refs:mtspr (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm/test/MC/PowerPC/
Dppc64-encoding-bookIII.s53 # NOT-CHECK-BE: mtspr 260, 4 # encoding: [0x7c,0x90,0x43,0xa6]
54 # NOT-CHECK-LE: mtspr 260, 4 # encoding: [0xa6,0x43,0x90,0x7c]
57 # NOT-CHECK-BE: mtspr 261, 4 # encoding: [0x7c,0x91,0x43,0xa6]
58 # NOT-CHECK-LE: mtspr 261, 4 # encoding: [0xa6,0x43,0x91,0x7c]
61 # NOT-CHECK-BE: mtspr 262, 4 # encoding: [0x7c,0x92,0x43,0xa6]
62 # NOT-CHECK-LE: mtspr 262, 4 # encoding: [0xa6,0x43,0x92,0x7c]
65 # NOT-CHECK-BE: mtspr 263, 4 # encoding: [0x7c,0x93,0x43,0xa6]
66 # NOT-CHECK-LE: mtspr 263, 4 # encoding: [0xa6,0x43,0x93,0x7c]
69 # CHECK-BE: mtspr 260, 4 # encoding: [0x7c,0x84,0x43,0xa6]
70 # CHECK-LE: mtspr 260, 4 # encoding: [0xa6,0x43,0x84,0x7c]
[all …]
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding-bookIII.txt30 # CHECK: mtspr 272, 4
33 # CHECK: mtspr 273, 4
36 # CHECK: mtspr 274, 4
39 # CHECK: mtspr 275, 4
42 # CHECK: mtspr 272, 4
45 # CHECK: mtspr 273, 4
48 # CHECK: mtspr 274, 4
51 # CHECK: mtspr 275, 4
54 # CHECK: mtspr 280, 4
60 # CHECK: mtspr 22, 4
[all …]
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Debb.c40 mtspr(SPRN_MMCR0, (val & ~mmcr0_clear_mask) | MMCR0_PMAE); in reset_ebb_with_clear_mask()
43 mtspr(SPRN_BESCRR, BESCR_PMEO); in reset_ebb_with_clear_mask()
46 mtspr(SPRN_BESCRS, BESCR_PME); in reset_ebb_with_clear_mask()
153 mtspr(SPRN_EBBHR, entry); in setup_ebb_handler()
296 mtspr(SPRN_MMCR0, mfspr(SPRN_MMCR0) | MMCR0_FC); in ebb_freeze_pmcs()
303 mtspr(SPRN_MMCR0, mfspr(SPRN_MMCR0) & ~MMCR0_FC); in ebb_unfreeze_pmcs()
310 mtspr(SPRN_BESCR, 0x8000000100000000ull); in ebb_global_enable()
317 mtspr(SPRN_BESCRR, BESCR_PME); in ebb_global_disable()
381 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in ebb_child()
439 mtspr(SPRN_PMC1, 0); in write_pmc1()
[all …]
Dmulti_counter_test.c58 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in multi_counter()
59 mtspr(SPRN_PMC2, pmc_sample_period(sample_period)); in multi_counter()
60 mtspr(SPRN_PMC3, pmc_sample_period(sample_period)); in multi_counter()
61 mtspr(SPRN_PMC4, pmc_sample_period(sample_period)); in multi_counter()
62 mtspr(SPRN_PMC5, pmc_sample_period(sample_period)); in multi_counter()
63 mtspr(SPRN_PMC6, pmc_sample_period(sample_period)); in multi_counter()
Debb_lmr.c56 mtspr(SPRN_LMSER, *mask); in ebb_lmr_section_test()
84 mtspr(SPRN_LMSER, 0); in ebb_lmr()
88 mtspr(SPRN_LMRR, ((unsigned long)test_mem | LM_SIZE)); in ebb_lmr()
100 mtspr(SPRN_LMSER, (1UL << 63)); in ebb_lmr()
105 mtspr(SPRN_BESCR, mfspr(SPRN_BESCR) | BESCR_LME); in ebb_lmr()
Dpmc56_overflow_test.c69 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in pmc56_overflow()
70 mtspr(SPRN_PMC5, 0); in pmc56_overflow()
71 mtspr(SPRN_PMC6, 0); in pmc56_overflow()
Dcycles_with_freeze_test.c74 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in cycles_with_freeze()
84 mtspr(SPRN_MMCR0, mfspr(SPRN_MMCR0) & ~MMCR0_FC); in cycles_with_freeze()
90 mtspr(SPRN_MMCR0, mfspr(SPRN_MMCR0) | MMCR0_FC); in cycles_with_freeze()
Debb_lmr_regs.c24 mtspr(SPRN_LMRR, i << 25); // skip size and rsvd bits in ebb_lmr_regs()
25 mtspr(SPRN_LMSER, i); in ebb_lmr_regs()
Dreg_access_test.c23 mtspr(SPRN_BESCR, expected); in reg_access()
29 mtspr(SPRN_EBBHR, expected); in reg_access()
Dinstruction_count_test.c35 mtspr(SPRN_MMCR0, mfspr(SPRN_MMCR0) & ~MMCR0_FC); in do_count_loop()
41 mtspr(SPRN_MMCR0, mfspr(SPRN_MMCR0) | MMCR0_FC); in do_count_loop()
128 mtspr(SPRN_MMCR0, mfspr(SPRN_MMCR0) & ~MMCR0_FC); in instruction_count()
Dfork_cleanup_test.c60 mtspr(SPRN_MMCR0, MMCR0_FC); in fork_cleanup()
61 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in fork_cleanup()
Dlost_exception_test.c51 mtspr(SPRN_PMC4, pmc_sample_period(sample_period)); in test_body()
79 mtspr(SPRN_PMC4, 0xdead); in test_body()
Dcycles_with_mmcr2_test.c46 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in cycles_with_mmcr2()
58 mtspr(SPRN_MMCR2, expected[i % 2]); in cycles_with_mmcr2()
Debb_lmr.h17 mtspr(SPRN_BESCR, bescr); in ebb_lmr_reset()
Dclose_clears_pmcc_test.c35 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in close_clears_pmcc()
Dno_handler_test.c39 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in no_handler_test()
Dcycles_test.c35 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in cycles()
Dpmae_handling_test.c77 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in test_body()
/external/boringssl/linux-ppc64le/crypto/modes/
Dghashp8-ppc.S12 mtspr 256,0
124 mtspr 256,12
137 mtspr 256,0
173 mtspr 256,12
187 mtspr 256,0
289 mtspr 256,12
325 mtspr 256,0
533 mtspr 256,12
/external/boringssl/linux-ppc64le/crypto/aes/
Daesp8-ppc.S45 mtspr 256,0
275 mtspr 256,12
340 mtspr 256,0
394 mtspr 256,12
407 mtspr 256,0
461 mtspr 256,12
476 mtspr 256,0
622 mtspr 256,12
669 mtspr 256,0
1167 mtspr 256,12
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dhtm.ll80 ; CHECK: mtspr 130, [[REG1:[0-9]+]]
81 ; CHECK: mtspr 131, [[REG2:[0-9]+]]
82 ; CHECK: mtspr 128, [[REG3:[0-9]+]]
83 ; CHECK: mtspr 129, [[REG4:[0-9]+]]
Dnovrsave.ll15 ; CHECK-NOT: mtspr
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
Dtm-tmspr.c54 mtspr(SPRN_TFIAR, tfiar); in tfiar_tfhar()
60 mtspr(SPRN_TFHAR, tfhar); in tfiar_tfhar()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DREADME_ALTIVEC.txt125 mtspr 256, r3
137 mtspr 256, r2
154 mtspr 256, r5
168 mtspr 256, r2
/external/linux-kselftest/tools/testing/selftests/powerpc/
Dreg.h15 #define mtspr(rn, v) asm volatile("mtspr " _str(rn) ",%0" : \ macro

12