/external/capstone/suite/MC/PowerPC/ |
D | ppc64-encoding-bookIII.s.cs | 11 0x7c,0x90,0x43,0xa6 = mtspr 272, 4 12 0x7c,0x91,0x43,0xa6 = mtspr 273, 4 13 0x7c,0x92,0x43,0xa6 = mtspr 274, 4 14 0x7c,0x93,0x43,0xa6 = mtspr 275, 4 15 0x7c,0x90,0x43,0xa6 = mtspr 272, 4 16 0x7c,0x91,0x43,0xa6 = mtspr 273, 4 17 0x7c,0x92,0x43,0xa6 = mtspr 274, 4 18 0x7c,0x93,0x43,0xa6 = mtspr 275, 4 19 0x7c,0x98,0x43,0xa6 = mtspr 280, 4 21 0x7c,0x96,0x03,0xa6 = mtspr 22, 4 [all …]
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-encoding-bookIII.s | 53 # 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/ |
D | ppc64-encoding-bookIII.txt | 30 # 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/ |
D | ebb.c | 40 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 …]
|
D | multi_counter_test.c | 58 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()
|
D | pmc56_overflow_test.c | 69 mtspr(SPRN_PMC2, pmc_sample_period(sample_period)); in pmc56_overflow() 70 mtspr(SPRN_PMC5, 0); in pmc56_overflow() 71 mtspr(SPRN_PMC6, 0); in pmc56_overflow()
|
D | cycles_with_freeze_test.c | 74 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()
|
D | reg_access_test.c | 23 mtspr(SPRN_BESCR, expected); in reg_access() 29 mtspr(SPRN_EBBHR, expected); in reg_access()
|
D | instruction_count_test.c | 35 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()
|
D | fork_cleanup_test.c | 60 mtspr(SPRN_MMCR0, MMCR0_FC); in fork_cleanup() 61 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in fork_cleanup()
|
D | lost_exception_test.c | 51 mtspr(SPRN_PMC4, pmc_sample_period(sample_period)); in test_body() 79 mtspr(SPRN_PMC4, 0xdead); in test_body()
|
D | cycles_with_mmcr2_test.c | 46 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in cycles_with_mmcr2() 58 mtspr(SPRN_MMCR2, expected[i % 2]); in cycles_with_mmcr2()
|
D | close_clears_pmcc_test.c | 35 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in close_clears_pmcc()
|
D | no_handler_test.c | 39 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in no_handler_test()
|
D | cycles_test.c | 35 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in cycles()
|
D | pmae_handling_test.c | 77 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in test_body()
|
D | multi_ebb_procs_test.c | 54 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in cycles_child()
|
D | back_to_back_ebbs_test.c | 84 mtspr(SPRN_PMC1, pmc_sample_period(sample_period)); in back_to_back_ebbs()
|
/external/boringssl/linux-ppc64le/crypto/modes/ |
D | ghashp8-ppc.S | 12 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/ |
D | aesp8-ppc.S | 45 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/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
D | ptrace-tar.c | 28 mtspr(SPRN_TAR, TAR_1); in tar() 29 mtspr(SPRN_PPR, PPR_1); in tar() 30 mtspr(SPRN_DSCR, DSCR_1); in tar()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | htm.ll | 80 ; 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]+]]
|
D | novrsave.ll | 15 ; CHECK-NOT: mtspr
|
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
D | tm-tmspr.c | 54 mtspr(SPRN_TFIAR, tfiar); in tfiar_tfhar() 60 mtspr(SPRN_TFHAR, tfhar); in tfiar_tfhar()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | README_ALTIVEC.txt | 125 mtspr 256, r3 137 mtspr 256, r2 154 mtspr 256, r5 168 mtspr 256, r2
|