Home
last modified time | relevance | path

Searched refs:RBIT (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dconstants-arm64.h1044 RBIT = DataProcessing1SourceFixed | 0x00000000,
1045 RBIT_w = RBIT,
1046 RBIT_x = RBIT | SixtyFourBits,
H A Dassembler-arm64.cc1168 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 Dconstants-aarch64.h1418 RBIT = DataProcessing1SourceFixed | 0x00000000, enumerator
1419 RBIT_w = RBIT,
1420 RBIT_x = RBIT | SixtyFourBits,
H A Dassembler-aarch64.cc1013 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 DsljitNativeARM_64.c117 #define RBIT 0xdac00000 macro
820 FAIL_IF(push_inst(compiler, (RBIT ^ inv_bits) | RD(dst) | RN(arg2))); in emit_op_imm()
H A DsljitNativeARM_32.c112 #define RBIT 0xe6ff0f30 macro
1503 FAIL_IF(push_inst(compiler, RBIT | RD(dst) | RM(src2))); in emit_single_op()
H A DsljitNativeARM_T2_32.c163 #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 Ddisasm-arm64.cc626 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 49 milliseconds