HomeSort by relevance Sort by last modified time
    Searched defs:ORN (Results 1 - 5 of 5) sorted by null

  /art/compiler/utils/arm/
constants_arm.h 120 ORN = 16, // Logical OR NOT.
  /external/pcre/dist2/src/sljit/
sljitNativeARM_64.c 102 #define ORN 0xaa200000
704 FAIL_IF(push_inst(compiler, (ORN ^ inv_bits) | RD(dst) | RN(TMP_ZERO) | RM(arg2)));
    [all...]
sljitNativeSPARC_common.c 149 #define ORN (OPC1(0x2) | OPC3(0x06))
    [all...]
  /external/v8/src/arm64/
constants-arm64.h 500 ORN = ORR | NOT,
536 ORN_w = LogicalShiftedFixed | ORN,
537 ORN_x = LogicalShiftedFixed | ORN | SixtyFourBits,
    [all...]
  /external/vixl/src/aarch64/
constants-aarch64.h 536 ORN = ORR | NOT,
572 ORN_w = LogicalShiftedFixed | ORN,
573 ORN_x = LogicalShiftedFixed | ORN | SixtyFourBits,
    [all...]

Completed in 253 milliseconds