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

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 253 ORR(int cc, int s, int Rd, int Rn, uint32_t Op2) {
  /art/compiler/utils/arm/
constants_arm.h 147 ORR = 12, // Logical (inclusive) OR
  /external/pcre/dist/sljit/
sljitNativeARM_64.c 103 #define ORR 0xaa000000
450 /* A large amount of number can be constructed from ORR and MOVx,
669 return push_inst(compiler, ORR | RD(dst) | RN(TMP_ZERO) | RM(arg2));
695 return push_inst(compiler, (ORR ^ (1 << 31)) | RD(dst) | RN(TMP_ZERO) | RM(arg2));
742 FAIL_IF(push_inst(compiler, (ORR ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2)));
980 return push_inst(compiler, ORR | RD(arg) | RN(TMP_ZERO) | RM(TMP_LR));
    [all...]
  /external/v8/src/arm/
constants-arm.h 153 ORR = 12 << 21, // Logical (inclusive) OR.
  /external/v8/src/arm64/
constants-arm64.h 499 ORR = 0x20000000,
500 ORN = ORR | NOT,
514 ORR_w_imm = LogicalImmediateFixed | ORR,
515 ORR_x_imm = LogicalImmediateFixed | ORR | SixtyFourBits,
533 ORR_w = LogicalShiftedFixed | ORR,
534 ORR_x = LogicalShiftedFixed | ORR | SixtyFourBits,
    [all...]
  /external/vixl/src/vixl/a64/
constants-a64.h 526 ORR = 0x20000000,
527 ORN = ORR | NOT,
541 ORR_w_imm = LogicalImmediateFixed | ORR,
542 ORR_x_imm = LogicalImmediateFixed | ORR | SixtyFourBits,
560 ORR_w = LogicalShiftedFixed | ORR,
561 ORR_x = LogicalShiftedFixed | ORR | SixtyFourBits,
    [all...]

Completed in 244 milliseconds