Searched refs:fprem (Results 1 – 16 of 16) sorted by relevance
/third_party/musl/src/math/x32/ |
D | fmodl.s | 6 1: fprem
|
/third_party/musl/src/math/x86_64/ |
D | fmodl.s | 6 1: fprem
|
/third_party/elfutils/libcpu/ |
D | i386.mnemonics | 165 MNE(fprem)
|
D | x86_64.mnemonics | 156 MNE(fprem)
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 757 #define FPREM CHOICE(fprem, fprem, fprem) 1470 #define FPREM fprem
|
/third_party/elfutils/libcpu/defs/ |
D | i386 | 190 11011001,11111000:fprem
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 744 def FPREM : I<0xD9, MRM_F8, (outs), (ins), "fprem", []>;
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | assembler-ia32.h | 831 void fprem();
|
D | assembler-ia32.cc | 2049 void Assembler::fprem() { in fprem() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/x64/ |
D | assembler-x64.h | 875 void fprem();
|
D | assembler-x64.cc | 2603 void Assembler::fprem() { in fprem() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 1412 __ fprem(); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 1847 __ fprem(); in AssembleArchInstruction()
|
/third_party/elfutils/tests/ |
D | testfile44.expect.bz2 |
|
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 7666 "fnsave\006fnstcw\007fnstenv\006fnstsw\006fpatan\005fprem\006fprem1\005f" 8748 { 2765 /* fprem */, X86::FPREM, Convert_NoOperands, AMFBS_None, { }, }, 23320 { 2765 /* fprem */, X86::FPREM, Convert_NoOperands, AMFBS_None, { }, },
|