/external/mesa3d/src/mesa/tnl/ |
D | t_vb_lighttmp.h | 136 GLfloat invd = 1.0F / d; in TAG() local 137 SELF_SCALE_SCALAR_3V(VP, invd); in TAG() 315 GLfloat invd = 1.0F / d; in TAG() local 316 SELF_SCALE_SCALAR_3V(VP, invd); in TAG()
|
/external/mesa3d/src/mesa/main/ |
D | rastpos.c | 177 GLfloat invd = 1.0F / d; in shade_rastpos() local 178 SELF_SCALE_SCALAR_3V(VP, invd); in shade_rastpos()
|
/external/skia/src/core/ |
D | SkVM.cpp | 1512 invd = 1.0f / d, in to_hsla() local 1517 select(mx == c.r, invd * (c.g - c.b) + g_lt_b, in to_hsla() 1518 select(mx == c.g, invd * (c.b - c.r) + 2.0f in to_hsla() 1519 , invd * (c.r - c.g) + 4.0f))); in to_hsla()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 472 def INVD : I<0x08, RawFrm, (outs), (ins), "invd", [], IIC_INVD>, TB;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 440 def INVD : I<0x08, RawFrm, (outs), (ins), "invd", []>, TB;
|
/external/elfutils/libcpu/defs/ |
D | i386 | 370 00001111,00001000:invd
|
/external/llvm/test/MC/X86/ |
D | x86-32-coverage.s | 2749 invd
|
/external/capstone/arch/X86/ |
D | X86MappingInsnOp_reduce.inc | 2024 { /* X86_INVD, X86_INS_INVD: invd */
|
D | X86MappingInsnOp.inc | 3128 { /* X86_INVD, X86_INS_INVD: invd */
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 7677 "\004invd\006invept\006invlpg\007invlpga\007invpcid\007invvpid\003inw\004" 8906 { 3269 /* invd */, X86::INVD, Convert_NoOperands, AMFBS_None, { }, }, 23483 { 3269 /* invd */, X86::INVD, Convert_NoOperands, AMFBS_None, { }, },
|