| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrFormatsV.td | 119 class RVInstVV<bits<6> funct6, RISCVVFormat opv, dag outs, dag ins, 131 let Inst{14-12} = opv.Value; 139 class RVInstVX<bits<6> funct6, RISCVVFormat opv, dag outs, dag ins, 151 let Inst{14-12} = opv.Value; 159 class RVInstV2<bits<6> funct6, bits<5> vs2, RISCVVFormat opv, dag outs, dag ins, 170 let Inst{14-12} = opv.Value; 198 class RVInstV<bits<6> funct6, bits<5> vs1, RISCVVFormat opv, dag outs, 209 let Inst{14-12} = opv.Value;
|
| H A D | RISCVInstrInfoV.td | 207 class VALUVV<bits<6> funct6, RISCVVFormat opv, string opcodestr> 208 : RVInstVV<funct6, opv, (outs VR:$vd), 213 class VALUmVV<bits<6> funct6, RISCVVFormat opv, string opcodestr> 214 : RVInstVV<funct6, opv, (outs VR:$vd), 221 class VALUrVV<bits<6> funct6, RISCVVFormat opv, string opcodestr> 222 : RVInstVV<funct6, opv, (outs VR:$vd), 227 class VALUVVNoVm<bits<6> funct6, RISCVVFormat opv, string opcodestr> 228 : RVInstVV<funct6, opv, (outs VR:$vd), 235 class VALUVX<bits<6> funct6, RISCVVFormat opv, string opcodestr> 236 : RVInstVX<funct6, opv, (outs VR:$vd), [all …]
|
| /netbsd-src/sys/arch/m68k/m68k/ |
| H A D | pmap_motorola.c | 1128 struct pv_entry *opv = NULL; in pmap_enter() local 1211 PRM_TFLUSH|PRM_CFLUSH|PRM_KEEPPTPAGE, &opv); in pmap_enter() 1260 if (opv != NULL) { in pmap_enter() 1261 npv = opv; in pmap_enter() 1262 opv = NULL; in pmap_enter() 1432 if (opv != NULL) in pmap_enter() 1433 pmap_free_pv(opv); in pmap_enter() 2084 struct pv_entry *pv, *npv, *opv = NULL; in pmap_remove_mapping() local 2243 opv = npv; in pmap_remove_mapping() 2259 opv = npv; in pmap_remove_mapping() [all …]
|
| /netbsd-src/sys/arch/aarch64/aarch64/ |
| H A D | pmap.c | 1790 struct pv_entry *spv, *opv = NULL; in _pmap_enter() local 1952 opv = _pmap_remove_pv(opp, pm, va, opte); in _pmap_enter() 2070 if (opv != NULL) in _pmap_enter() 2071 pool_cache_put(&_pmap_pv_pool, opv); in _pmap_enter() 2088 struct pv_entry *pv, *pvtmp, *opv, *pvtofree = NULL; in pmap_remove_all() local 2119 opv = _pmap_remove_pv(pp, pm, trunc_page(pv->pv_va), pte); in pmap_remove_all() 2121 if (opv != NULL) { in pmap_remove_all() 2122 opv->pv_next = pvtofree; in pmap_remove_all() 2123 pvtofree = opv; in pmap_remove_all() 2154 struct pv_entry *opv; in _pmap_remove() local [all …]
|
| /netbsd-src/sys/arch/alpha/alpha/ |
| H A D | pmap.c | 2180 pv_entry_t opv = NULL; in pmap_enter() local 2326 (void) pmap_remove_mapping(pmap, va, pte, true, &opv, NULL); in pmap_enter() 2331 error = pmap_pv_enter(pmap, pg, va, pte, true, opv); in pmap_enter() 2334 KASSERT(opv == NULL); in pmap_enter() 2345 opv = NULL; in pmap_enter() 2420 if (opv) in pmap_enter() 2421 pmap_pv_free(opv); in pmap_enter()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-vect-generic.c | 2102 optab opv; in expand_vector_operations_1() local 2119 opv = optab_for_tree_code (code, type, optab_vector); in expand_vector_operations_1() 2121 op = opv; in expand_vector_operations_1() 2131 tree compute_vtype = get_compute_type (code, opv, type); in expand_vector_operations_1() 2135 op = opv; in expand_vector_operations_1()
|
| /netbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | pmap.c | 1773 pv_entry_t pvh, opv = NULL, npv; in pmap_enter() local 1807 opv = pmap_remove_pv(pm, va, opg); in pmap_enter() 1840 npv = opv; in pmap_enter() 1841 opv = NULL; in pmap_enter() 2012 if (opv) in pmap_enter() 2013 pool_cache_put(&pmap_pv_cache, opv); in pmap_enter()
|
| /netbsd-src/sys/arch/vax/vax/ |
| H A D | pmap.c | 1521 struct pv_entry *opv, *pl; in pmap_page_protect_long() local 1559 opv = pl; in pmap_page_protect_long() 1561 free_pventry(opv); in pmap_page_protect_long()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-vect-generic.cc | 2269 optab opv; in expand_vector_operations_1() local 2286 opv = optab_for_tree_code (code, type, optab_vector); in expand_vector_operations_1() 2288 op = opv; in expand_vector_operations_1() 2298 tree compute_vtype = get_compute_type (code, opv, type); in expand_vector_operations_1() 2302 op = opv; in expand_vector_operations_1()
|