Searched refs:ORN (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | constants-loong64.h | 346 ORN = 0x2cU << 15, 1084 case ORN:
|
H A D | assembler-loong64.cc | 1130 GenRegister(ORN, rk, rj, rd); in orn()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | constants-arm64.h | 598 ORN = ORR | NOT, 634 ORN_w = LogicalShiftedFixed | ORN, 635 ORN_x = LogicalShiftedFixed | ORN | SixtyFourBits,
|
H A D | macro-assembler-arm64-inl.h | 68 LogicalMacro(rd, rn, operand, ORN); in Orn()
|
H A D | assembler-arm64.cc | 940 Logical(rd, rn, operand, ORN); in orn()
|
/third_party/vixl/src/aarch64/ |
H A D | constants-aarch64.h | 750 ORN = ORR | NOT, enumerator 786 ORN_w = LogicalShiftedFixed | ORN, 787 ORN_x = LogicalShiftedFixed | ORN | SixtyFourBits,
|
H A D | macro-assembler-aarch64.cc | 850 LogicalMacro(rd, rn, operand, ORN); in Emit()
|
H A D | assembler-aarch64.cc | 625 Logical(rd, rn, operand, ORN); in orn()
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_64.c | 114 #define ORN 0xaa200000 macro 813 FAIL_IF(push_inst(compiler, (ORN ^ inv_bits) | RD(dst) | RN(TMP_ZERO) | RM(arg2))); in emit_op_imm()
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.cc | 3519 case ORN: 3520 printf_instr("ORN\t %s: %016lx, %s, %016lx, %s, %016lx\n",
|
Completed in 59 milliseconds