Searched refs:RBIT (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 1044 RBIT = DataProcessing1SourceFixed | 0x00000000, 1045 RBIT_w = RBIT, 1046 RBIT_x = RBIT | SixtyFourBits,
|
H A D | assembler-arm64.cc | 1168 DataProcessing1Source(rd, rn, RBIT); in rbit() 3467 // NEON NOT and RBIT are distinguised by bit 22, the bottom bit of "size".
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 1418 RBIT = DataProcessing1SourceFixed | 0x00000000, enumerator 1419 RBIT_w = RBIT, 1420 RBIT_x = RBIT | SixtyFourBits,
|
H A D | assembler-aarch64.cc | 1013 DataProcessing1Source(rd, rn, RBIT); in rbit() 4983 // NEON NOT and RBIT are distinguised by bit 22, the bottom bit of "size".
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_64.c | 117 #define RBIT 0xdac00000 macro 820 FAIL_IF(push_inst(compiler, (RBIT ^ inv_bits) | RD(dst) | RN(arg2))); in emit_op_imm()
|
H A D | sljitNativeARM_32.c | 112 #define RBIT 0xe6ff0f30 macro 1503 FAIL_IF(push_inst(compiler, RBIT | RD(dst) | RM(src2))); in emit_single_op()
|
H A D | sljitNativeARM_T2_32.c | 163 #define RBIT 0xfa90f0a0 macro 842 FAIL_IF(push_inst32(compiler, RBIT | RN4(arg2) | RD4(dst) | RM4(arg2))); in emit_op_imm()
|
/third_party/node/deps/v8/src/diagnostics/arm64/ |
H A D | disasm-arm64.cc | 626 FORMAT(RBIT, "rbit"); in VisitDataProcessing1Source() 1684 // These instructions all use a two bit size field, except NOT and RBIT, in VisitNEON2RegMisc() 2890 // These instructions all use a two bit size field, except NOT and RBIT, in VisitNEONScalar2RegMisc()
|
Completed in 67 milliseconds