Searched refs:FSUB_S (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | constants-loong64.h | 378 FSUB_S = 0x205U << 15, 1113 case FSUB_S:
|
H A D | assembler-loong64.cc | 1686 GenRegister(FSUB_S, fk, fj, fd); in fsub_s()
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 780 #define FSUB_S(a) CHOICE(fsubs a, fsubs a, fsubs a) macro 1493 #define FSUB_S(a) fsub S_(a) macro
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeRISCV_common.c | 109 #define FSUB_S (F7(0x4) | F3(0x7) | OPC(0x53)) macro 2226 FAIL_IF(push_inst(compiler, FSUB_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 | 3768 case FSUB_S: { 3769 printf_instr("FSUB_S\t %s: %016f, %s, %016f, %s, %016f\n",
|
Completed in 29 milliseconds