Searched refs:cmp2 (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/m68k/ifpsp060/ |
| H A D | ilsp.doc | 35 and the "cmp2" instruction. These instructions are not 115 An example of using the "cmp2" instruction is as follows: 117 # cmp2.l <ea>,Rn 118 # cmp2.l _bounds,%d0 122 bsr.l _060LSP_TOP_+0x48 # branch to "cmp2" routine
|
| H A D | isp.doc | 44 cmp2
|
| /linux/arch/m68k/ifpsp060/src/ |
| H A D | itest.S | 100 ### cmp2 1983 cmp2.b %d1,DATA(%a6) 2004 cmp2.b %a1,DATA(%a6) 2046 cmp2.b %a1,DATA(%a6) 2067 cmp2.b %d1,DATA(%a6) 2088 cmp2.b %a1,DATA(%a6) 2110 cmp2.w %d1,DATA(%a6) 2131 cmp2.w %a1,DATA(%a6) 2173 cmp2.w %a1,DATA(%a6) 2194 cmp2.w %d1,DATA(%a6) [all …]
|
| /linux/lib/zstd/compress/ |
| H A D | zstd_lazy.c | 1041 const uint8x16_t cmp2 = vceqq_u8(chunk.val[2], dup); in ZSTD_row_getNEONMask() local 1045 const uint8x16_t t1 = vsriq_n_u8(cmp3, cmp2, 1); in ZSTD_row_getNEONMask()
|