Searched refs:off16 (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/powerpc/stringloops/ |
| H A D | memcmp_64.S | 11 #define off16 r7 macro 91 lvx _v2nd_qw,_vaddr,off16; \ 254 li off16,16 273 LD rE,off16,r3 274 LD rF,off16,r4 293 LD rE,off16,r3 294 LD rF,off16,r4 320 LD rE,off16,r3 321 LD rF,off16,r4 467 li off16,16 [all …]
|
| /linux/arch/powerpc/lib/ |
| H A D | memcmp_64.S | 11 #define off16 r7 macro 91 lvx _v2nd_qw,_vaddr,off16; \ 254 li off16,16 273 LD rE,off16,r3 274 LD rF,off16,r4 293 LD rE,off16,r3 294 LD rF,off16,r4 320 LD rE,off16,r3 321 LD rF,off16,r4 467 li off16,16 [all …]
|
| /linux/lib/crc/powerpc/ |
| H A D | crc-vpmsum-template.S | 42 #define off16 r25 macro 74 li off16,16 88 stvx v21,off16,r6 96 stvx v29,off16,r7 177 lvx v17,off16,r4 209 lvx v17,off16,r4 264 lvx v17,off16,r4 375 lvx v9,off16,r4 423 lvx v1,off16,r3 452 lvx v16,off16,r4 [all …]
|
| /linux/fs/hfs/ |
| H A D | btree.c | 291 u16 off16; in hfs_bmap_alloc() local 304 len = hfs_brec_lenoff(node, 2, &off16); in hfs_bmap_alloc() 305 off = off16; in hfs_bmap_alloc() 350 len = hfs_brec_lenoff(node, 0, &off16); in hfs_bmap_alloc() 351 off = off16; in hfs_bmap_alloc()
|
| /linux/fs/hfsplus/ |
| H A D | btree.c | 380 u16 off16; in hfs_bmap_alloc() local 393 len = hfs_brec_lenoff(node, 2, &off16); in hfs_bmap_alloc() 394 off = off16; in hfs_bmap_alloc() 446 len = hfs_brec_lenoff(node, 0, &off16); in hfs_bmap_alloc() 447 off = off16; in hfs_bmap_alloc()
|