/arch/x86/lib/ |
D | x86-opcode-map.txt | 32 # - (F3): the last prefix is 0xF3 34 # - (!F3) : the last prefix is not 0xF3 (including non-last prefix case) 194 90: NOP | PAUSE (F3) | XCHG r8,rAX 336 09: WBINVD | WBNOINVD (F3) 351 10: vmovups Vps,Wps | vmovupd Vpd,Wpd (66) | vmovss Vx,Hx,Wss (F3),(v1) | vmovsd Vx,Hx,Wsd (F2),(v1) 352 11: vmovups Wps,Vps | vmovupd Wpd,Vpd (66) | vmovss Wss,Hx,Vss (F3),(v1) | vmovsd Wsd,Hx,Vsd (F2),(… 353 …) | vmovhlps Vq,Hq,Uq (v1) | vmovlpd Vq,Hq,Mq (66),(v1) | vmovsldup Vx,Wx (F3) | vmovddup Vx,Wx (F… 357 …ovhps Vdq,Hq,Mq (v1) | vmovlhps Vdq,Hq,Uq (v1) | vmovhpd Vdq,Hq,Mq (66),(v1) | vmovshdup Vx,Wx (F3) 365 1a: BNDCL Gv,Ev (F3) | BNDCU Gv,Ev (F2) | BNDMOV Gv,Ev (66) | BNDLDX Gv,Ev 366 1b: BNDCN Gv,Ev (F2) | BNDMOV Ev,Gv (66) | BNDMK Gv,Ev (F3) | BNDSTX Ev,Gv [all …]
|
/arch/sparc/net/ |
D | bpf_jit_comp_32.c | 34 #define F3(X, Y) (OP(X) | OP3(Y)) macro 71 (F3(2, 0x02) | IMMED | RS1(REG) | ((K) & 0x3ff) | RD(REG)) 73 #define ADD F3(2, 0x00) 74 #define AND F3(2, 0x01) 75 #define ANDCC F3(2, 0x11) 76 #define OR F3(2, 0x02) 77 #define XOR F3(2, 0x03) 78 #define SUB F3(2, 0x04) 79 #define SUBCC F3(2, 0x14) 80 #define MUL F3(2, 0x0a) /* umul */ [all …]
|
D | bpf_jit_comp_64.c | 68 #define F3(X, Y) (OP(X) | OP3(Y)) macro 143 (F3(2, 0x02) | IMMED | RS1(REG) | ((K) & 0x3ff) | RD(REG)) 145 #define ADD F3(2, 0x00) 146 #define AND F3(2, 0x01) 147 #define ANDCC F3(2, 0x11) 148 #define OR F3(2, 0x02) 149 #define XOR F3(2, 0x03) 150 #define SUB F3(2, 0x04) 151 #define SUBCC F3(2, 0x14) 152 #define MUL F3(2, 0x0a) [all …]
|
/arch/x86/crypto/ |
D | sha1_ssse3_asm.S | 155 RR F3,A,B,C,D,E,40 156 RR F3,D,E,A,B,C,42 157 RR F3,B,C,D,E,A,44 158 RR F3,E,A,B,C,D,46 159 RR F3,C,D,E,A,B,48 161 RR F3,A,B,C,D,E,50 162 RR F3,D,E,A,B,C,52 163 RR F3,B,C,D,E,A,54 164 RR F3,E,A,B,C,D,56 165 RR F3,C,D,E,A,B,58 [all …]
|
/arch/arm/crypto/ |
D | sha1-armv7-neon.S | 467 _R( _a, _b, _c, _d, _e, F3, 40, 470 _R( _e, _a, _b, _c, _d, F3, 41, 473 _R( _d, _e, _a, _b, _c, F3, 42, 476 _R( _c, _d, _e, _a, _b, F3, 43, 482 _R( _b, _c, _d, _e, _a, F3, 44, 485 _R( _a, _b, _c, _d, _e, F3, 45, 488 _R( _e, _a, _b, _c, _d, F3, 46, 491 _R( _d, _e, _a, _b, _c, F3, 47, 495 _R( _c, _d, _e, _a, _b, F3, 48, 498 _R( _b, _c, _d, _e, _a, F3, 49, [all …]
|
/arch/x86/kernel/cpu/mcheck/ |
D | mce-inject.c | 432 struct pci_dev *F3; in toggle_nb_mca_mst_cpu() local 440 F3 = nb->misc; in toggle_nb_mca_mst_cpu() 441 if (!F3) in toggle_nb_mca_mst_cpu() 444 err = pci_read_config_dword(F3, NBCFG, &val); in toggle_nb_mca_mst_cpu() 447 __func__, PCI_FUNC(F3->devfn), NBCFG); in toggle_nb_mca_mst_cpu() 458 err = pci_write_config_dword(F3, NBCFG, val); in toggle_nb_mca_mst_cpu() 461 __func__, PCI_FUNC(F3->devfn), NBCFG); in toggle_nb_mca_mst_cpu()
|
/arch/m68k/hp300/ |
D | hp300map.map | 91 keycode 74 = F3 159 string F3 = "\033[[C"
|
/arch/ia64/kernel/ |
D | entry.h | 45 .spillsp f2,SW(F2)+16+(off); .spillsp f3,SW(F3)+16+(off); \
|
D | mca_asm.S | 568 add temp2=SW(F3), regs 727 add temp2=SW(F3), regs
|
D | entry.S | 285 add r3=SW(F3)+16,sp // r3 = &sw->f3
|