Searched refs:insert (Results 1 - 25 of 105) sorted by path

12345

/linux-master/arch/m68k/fpsp040/
H A Dgen_except.S361 bfins %d0,NMCEXC(%a1){#4:#4} |and insert them in nmcexc
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S7546 mov.w %d0,FP_SCR0_EX(%a6) # insert new exponent
9280 clr.l -(%sp) # insert zero low mantissa
9281 mov.l %d1,-(%sp) # insert new high mantissa
9287 mov.l %d1,-(%sp) # insert new low mantissa
9288 clr.l -(%sp) # insert zero high mantissa
9301 clr.l -(%sp) # insert new exponent
9302 mov.l &0x80000000,-(%sp) # insert new high mantissa
9303 mov.l %d0,-(%sp) # insert new lo mantissa
10183 fmov.l USER_FPCR(%a6),%fpcr # insert user's exceptions
10930 mov.w %d1, FTEMP_EX(%a0) # insert ne
[all...]
H A Dfpsp.S1152 # _fpsp_done(). If there is an enabled FP exception, then we insert #
1367 bra.w fu_in_exc_ovfl # go insert overflow frame
1395 # here, we insert the correct fsave status value into the fsave frame for the
1457 or.w %d0,LOCAL_EX(%a0) # insert new exponent
1489 or.w %d0,LOCAL_EX(%a0) # insert new exponent
1658 # we don't mess with the existing fsave frame. just re-insert it and
1973 # here, we insert the correct fsave status value into the fsave frame for the
2321 mov.l %d1,FP_SRC_HI(%a6) # insert new hi(man)
2323 ori.w &0x3f80,FP_SRC_EX(%a6) # insert new "skewed" exponent
2336 mov.w %d0,FP_SRC_EX(%a6) # insert exponen
[all...]
H A Dilsp.S375 mov.w %d6,%d4 # insert lower word (U3)
923 or.b %d3, %d4 # insert new ccodes
H A Dpfpsp.S1151 # _fpsp_done(). If there is an enabled FP exception, then we insert #
1366 bra.w fu_in_exc_ovfl # go insert overflow frame
1394 # here, we insert the correct fsave status value into the fsave frame for the
1456 or.w %d0,LOCAL_EX(%a0) # insert new exponent
1488 or.w %d0,LOCAL_EX(%a0) # insert new exponent
1657 # we don't mess with the existing fsave frame. just re-insert it and
1972 # here, we insert the correct fsave status value into the fsave frame for the
2320 mov.l %d1,FP_SRC_HI(%a6) # insert new hi(man)
2322 ori.w &0x3f80,FP_SRC_EX(%a6) # insert new "skewed" exponent
2335 mov.w %d0,FP_SRC_EX(%a6) # insert exponen
[all...]
/linux-master/include/linux/
H A Dbtree-type.h44 static inline int BTREE_FN(insert)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, function
87 static inline int BTREE_FN(insert)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, function
/linux-master/Documentation/
H A Dconf.py44 sys.path.insert(0, os.path.abspath('sphinx'))
359 html_sidebars['**'].insert(0, 'about.html')
/linux-master/Documentation/sphinx/
H A Dautomarkup.py152 possible_targets.insert(0, c_namespace + "." + base_target)
212 possible_targets.insert(0, c_namespace + "." + base_target)
H A DrstFlatTable.py33 * fill-cells: instead of autospann missing cells, insert missing cells
130 tableNode.insert(0, title)
254 self.rows[y].insert(x+c+1, None)
262 self.rows[y+r+1].insert(x+c, None)
345 cellElements.insert(0, target)
H A Dtranslations.py67 self.document.insert(0, new_nodes)
/linux-master/arch/arm/mm/
H A Dproc-v6.S111 orr r1, r1, r2 @ insert into new context ID
H A Dproc-v7-2level.S51 bfi r1, r2, #8, #24 @ insert into new context ID
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dpage_alloc.c104 goto insert;
124 insert:
125 /* Mark the new head, and insert it */
/linux-master/arch/mips/include/asm/
H A Dasmmacro.h362 insert.w $w\wd[\n], $1
371 insert.d $w\wd[\n], $1
/linux-master/arch/powerpc/xmon/
H A Dppc.h245 /* Insertion function. This is used by the assembler. To insert an
263 unsigned long (*insert)
316 insert function with any op value. The disassembler should call
262 unsigned long (*insert) member in struct:powerpc_operand
/linux-master/drivers/char/agp/
H A Defficeon-agp.c259 unsigned long insert = efficeon_mask_memory(mem->pages[i]); local
267 *page = insert;
/linux-master/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_py_to_csv.py24 fieldnames.insert(0, CSVCollection.source_column_name)
H A Dmake_blank_csv.py21 fieldnames.insert(0, CSVCollection.source_column_name)
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_mman.c691 goto insert;
705 insert:
/linux-master/drivers/hid/
H A Dwacom_sys.c92 bool insert = false; local
139 insert = true;
146 else if (insert)
150 return insert && !flush;
/linux-master/drivers/iommu/intel/
H A Ddmar.c2416 static int dmar_device_hotplug(acpi_handle handle, bool insert) argument
2441 if (insert)
H A Diommu.c3203 int dmar_iommu_hotplug(struct dmar_drhd_unit *dmaru, bool insert) argument
3213 if (insert) {
H A Dirq_remapping.c1478 int dmar_ir_hotplug(struct dmar_drhd_unit *dmaru, bool insert) argument
1493 if (insert) {
/linux-master/drivers/md/bcache/
H A Dbset.c858 struct bkey *insert)
864 __set_bytes(t->data, t->data->keys + bkey_u64s(insert)) >
867 memmove((uint64_t *) where + bkey_u64s(insert),
871 t->data->keys += bkey_u64s(insert);
872 bkey_copy(where, insert);
857 bch_bset_insert(struct btree_keys *b, struct bkey *where, struct bkey *insert) argument
H A Dbset.h67 * So we need to construct some sort of lookup table. Since we only insert keys
139 * whenever we insert another key into it. For the unwritten set, we use a much
144 * These are much easier to keep up to date when we insert a key - we do it
195 struct bkey *insert,
303 struct bkey *insert);

Completed in 353 milliseconds

12345