Searched refs:FDIV_D (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | constants-loong64.h | 383 FDIV_D = 0x20eU << 15, 1118 case FDIV_D:
|
H A D | assembler-loong64.cc | 1706 GenRegister(FDIV_D, fk, fj, fd); in fdiv_d()
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 709 #define FDIV_D(a) CHOICE(fdivl a, fdivl a, fdivd a) macro 1422 #define FDIV_D(a) fdiv D_(a) macro
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.cc | 3823 case FDIV_D: { 3824 printf_instr("FDIV_D\t %s: %016f, %s, %016f, %s, %016f\n",
|
Completed in 19 milliseconds