Searched refs:FMUL_S (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | constants-loong64.h | 380 FMUL_S = 0x209U << 15, 1115 case FMUL_S:
|
H A D | assembler-loong64.cc | 1694 GenRegister(FMUL_S, fk, fj, fd); in fmul_s()
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 749 #define FMUL_S(a) CHOICE(fmuls a, fmuls a, fmuls a) macro 1462 #define FMUL_S(a) fmul S_(a) macro
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeRISCV_common.c | 105 #define FMUL_S (F7(0x8) | F3(0x7) | OPC(0x53)) macro 2230 FAIL_IF(push_inst(compiler, FMUL_S | FMT(op) | FRD(dst_r) | FRS1(src1) | FRS2(src2))); in sljit_emit_fop2()
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.cc | 3790 case FMUL_S: { 3791 printf_instr("FMUL_S\t %s: %016f, %s, %016f, %s, %016f\n",
|
Completed in 22 milliseconds