Searched refs:sel (Results 1 – 4 of 4) sorted by relevance
| /tools/tests/x86_emulator/ |
| A D | simd-sha.c | 11 # define blend(x, y, sel) B(movdqa32_, _mask, y, x, sel) argument 37 # define blend(x, y, sel) \ argument 39 ((sel) & 1 ? 0x03 : 0) | \ 40 ((sel) & 2 ? 0x0c : 0) | \ 41 ((sel) & 4 ? 0x30 : 0) | \ 42 ((sel) & 8 ? 0xc0 : 0)))
|
| A D | test_x86_emulator.c | 1768 unsigned int sel = i < 0x10 ? in main() local 1790 regs.edx = sel; in main() 1804 printf("LAR %04x (type %02x) ", sel, i); in main() 1811 regs.ecx = sel; in main() 1825 printf("LSL %04x (type %02x) ", sel, i); in main() 1833 regs.edx = sel; in main() 1840 printf("VERR %04x (type %02x) ", sel, i); in main() 1847 regs.ecx = sel; in main() 1855 printf("VERW %04x (type %02x) ", sel, i); in main()
|
| A D | simd.c | 316 : [s] "v" (x), [sel] "i" (lh), \
|
| /tools/pygrub/src/ |
| A D | pygrub | 622 sel = 0 625 sel = i 631 sel = 0 633 return sel 762 global sel 765 global sel 767 sel = g.run() 783 sel = g.image_index() 789 sel = idx 791 if sel == -1: [all …]
|
Completed in 18 milliseconds