Searched refs:r (Results 1 – 7 of 7) sorted by relevance
/hal_xtensa-3.4.0/src/hal/ |
D | debug.c | 156 unsigned char i, m, n, r, s, t, z; in xthal_inst_type() local 169 r = (inst>>16)&0xf; in xthal_inst_type() 183 r = (inst&0xf000)>>12; in xthal_inst_type() 191 switch (r) { in xthal_inst_type() 241 else if ((m==0x1)&&((r==0x0)||(r==0x1))) in xthal_inst_type() 263 if (r==0xf) in xthal_inst_type() 394 unsigned char op0, t, s, r, m, n; in xthal_get_npc() local 400 r = (inst&0x000f); in xthal_get_npc() 407 r = (inst&0xf000)>>12; in xthal_get_npc() 440 branch_taken = (user_state->ar[s]==b4const[r]); in xthal_get_npc() [all …]
|
D | memcopy.S | 37 .macro srcel r, early, late // combine early and late words, shift into \r 38 src \r, BL(\early,\late), BL(\late,\early) 41 .macro ssa8f r // set shift-amount for shift *from* given 2-bit alignment 42 BL(ssa8b,ssa8l) \r 45 .macro ssa8t r // set shift-amount for shift *to* given 2-bit alignment 46 BL(ssa8l,ssa8b) \r // (reverse of ssa8f) 49 .macro s2ll r, s // shift-to-later logical (away from zero-addressed byte) 50 BL(srl,sll) \r, \s 53 .macro s2el r, s // shift-to-early logical (towards zero-addressed byte) 54 BL(sll,srl) \r, \s
|
/hal_xtensa-3.4.0/ |
D | ar-lib | 168 r*) replace=yes ;;
|
D | install-sh | 368 d????-?r-*) different_mode=700;;
|
D | aclocal.m4 | 1191 am__untar='pax -r'
|
D | configure | 5509 ac_cs_awk_cr='\\r'
|
/hal_xtensa-3.4.0/include/xtensa/ |
D | cacheattrasm.h | 117 r&tlb&1 a4, a3 // get PPN+CA of segment at 0xE0000000, 0xC0000000, ..., 0
|