/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Sparc/ |
D | sparc-special-registers.s | 19 ! CHECK: rd %psr, %i0 ! encoding: [0xb1,0x48,0x00,0x00] 20 rd %psr, %i0 28 ! CHECK: wr %i0, 5, %psr ! encoding: [0x81,0x8e,0x20,0x05] 29 wr %i0, 5, %psr
|
D | sparc-synthetic-instructions.s | 117 ! CHECK: rd %psr, %i0 ! encoding: [0xb1,0x48,0x00,0x00] 118 mov %psr, %i0 132 ! CHECK: wr %g0, %i0, %psr ! encoding: [0x81,0x88,0x00,0x18] 133 mov %i0, %psr 134 ! CHECK: wr %g0, 5, %psr ! encoding: [0x81,0x88,0x20,0x05] 135 mov 5, %psr 154 ! CHECK: wr %g0, %i0, %psr ! encoding: [0x81,0x88,0x00,0x18] 155 wr %i0, %psr 156 ! CHECK: wr %g0, 5, %psr ! encoding: [0x81,0x88,0x20,0x05] 157 wr 5, %psr
|
/external/llvm/test/MC/Sparc/ |
D | sparc-special-registers.s | 19 ! CHECK: rd %psr, %i0 ! encoding: [0xb1,0x48,0x00,0x00] 20 rd %psr, %i0 28 ! CHECK: wr %i0, 5, %psr ! encoding: [0x81,0x8e,0x20,0x05] 29 wr %i0, 5, %psr
|
D | sparc-synthetic-instructions.s | 117 ! CHECK: rd %psr, %i0 ! encoding: [0xb1,0x48,0x00,0x00] 118 mov %psr, %i0 132 ! CHECK: wr %g0, %i0, %psr ! encoding: [0x81,0x88,0x00,0x18] 133 mov %i0, %psr 134 ! CHECK: wr %g0, 5, %psr ! encoding: [0x81,0x88,0x20,0x05] 135 mov 5, %psr 154 ! CHECK: wr %g0, %i0, %psr ! encoding: [0x81,0x88,0x00,0x18] 155 wr %i0, %psr 156 ! CHECK: wr %g0, 5, %psr ! encoding: [0x81,0x88,0x20,0x05] 157 wr 5, %psr
|
/external/libunwind/src/ptrace/ |
D | _UPT_access_reg.c | 98 unsigned long ip, psr; in _UPT_access_reg() local 105 psr = ptrace (PTRACE_PEEKUSER, pid, PT_CR_IPSR, 0); in _UPT_access_reg() 112 psr = (psr & ~0x3UL << 41) | (*val & 0x3); in _UPT_access_reg() 118 ptrace (PTRACE_POKEUSER, pid, PT_CR_IPSR, psr); in _UPT_access_reg() 133 *val = ip + ((psr >> 41) & 0x3); in _UPT_access_reg()
|
/external/strace/linux/sparc/ |
D | set_error.c | 4 sparc_regs.psr |= PSR_C; in arch_set_error() 12 sparc_regs.psr &= ~PSR_C; in arch_set_success()
|
D | get_error.c | 6 if (sparc_regs.psr & PSR_C) { in get_error()
|
/external/antlr/runtime/Cpp/tests/ |
D | t039.cpp | 76 t039labelsParser *psr = new t039labelsParser(tstream); in testValid() local 77 t039labelsParser::TokenList r = psr->a(); in testValid()
|
/external/antlr/runtime/C/doxygen/ |
D | buildrec.dox | 123 /// pLangParser psr; 207 /// psr = LangParserNew(tstream); // CParserNew is generated by ANTLR3 209 /// if (psr == NULL) 234 /// langAST = psr->decl(psr); 240 /// if (psr->pParser->rec->errorCount > 0) 242 /// ANTLR3_FPRINTF(stderr, "The parser returned %d errors, tree walking aborted.\n", psr->pParser… 261 /// psr ->free (psr); psr = NULL;
|
/external/llvm/test/MC/Disassembler/Sparc/ |
D | sparc-special-registers.txt | 18 # CHECK: rd %psr, %i0 27 # CHECK: wr %i0, 5, %psr
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Sparc/ |
D | sparc-special-registers.txt | 18 # CHECK: rd %psr, %i0 27 # CHECK: wr %i0, 5, %psr
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/ |
D | cpuhotplug03.sh | 125 ps -o psr -o command --no-headers -C cpuhotplug_do_s 130 NUM=`ps -o psr -o command --no-headers -C cpuhotplug_do_s \
|
D | cpuhotplug02.sh | 90 NEW_CPU=`ps --pid=${SPIN_LOOP_PID} -o psr --no-headers`
|
D | cpuhotplug07.sh | 103 NEW_CPU=`ps --pid=${KCOMPILE_LOOP_PID} -o psr --no-headers`
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/ |
D | if-pred-not-when-safe.ll | 41 %psr = add nsw i32 %lsr, 25 61 %rsr = srem i32 %psr, 17 72 %ysr.0 = phi i32 [ %rsr, %if.then ], [ %psr, %for.body ]
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3parser.hpp | 170 RuleReturnValue(BaseParserType* psr = NULL ); 190 RuleReturnValue_1( BaseParserType* psr);
|
D | antlr3parser.inl | 501 ANTLR_INLINE RuleReturnValue<ImplTraits>::RuleReturnValue(BaseParserType* psr) argument 503 parser = psr; 549 RuleReturnValue_1<ImplTraits>::RuleReturnValue_1( BaseParserType* psr ) argument 550 :RuleReturnValue_1<ImplTraits>::BaseType(psr) 552 BaseType::start = psr->LT(1);
|
/external/grpc-grpc/templates/src/php/ |
D | composer.json.template | 16 "psr-4": {
|
/external/u-boot/include/ |
D | i2s.h | 73 unsigned int psr; /* Reserved */ member
|
/external/grpc-grpc/templates/ |
D | composer.json.template | 21 "psr-4": {
|
/external/u-boot/arch/m68k/cpu/mcf5445x/ |
D | speed.c | 65 while (!(in_be32(&pll->psr) & PLL_PSR_LOCK)) in clock_exit_limp() 188 while ((in_be32(&pll->psr) & PLL_PSR_LOCK) != PLL_PSR_LOCK) in setup_5445x_clocks()
|
/external/syzkaller/pkg/report/testdata/linux/report/ |
D | 46 | 13 [ 1722.511384] pc : [<c01751ac>] lr : [<c025a42c>] psr: 80000013
|
D | 238 | 15 pc : [<80b0f484>] lr : [<801a7168>] psr: 200f0013
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/ |
D | ChangeLog | 2 * hotplug03.sh: Fixing bug in return value of psr command, that
|
/external/u-boot/arch/m68k/cpu/mcf5227x/ |
D | speed.c | 63 while (!(in_be32(&pll->psr) & PLL_PSR_LOCK)) in clock_exit_limp()
|