HomeSort by: relevance | last modified time | path
    Searched defs:ORR (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/epiphany/ieee-754/
fast_div.S 94 ORR TMP0,TMP0,P1L
  /src/external/gpl3/gcc.old/dist/libgcc/config/epiphany/ieee-754/
fast_div.S 94 ORR TMP0,TMP0,P1L
  /src/external/gpl3/gdb/dist/gdb/arch/
aarch64-insn.h 106 /* ORR s010 1010 xx0x xxxx xxxx xxxx xxxx xxxx */
110 ORR = 0x20000000 | AND,
111 ORN = 0x00200000 | ORR,
  /src/external/gpl3/gdb.old/dist/gdb/arch/
aarch64-insn.h 106 /* ORR s010 1010 xx0x xxxx xxxx xxxx xxxx xxxx */
110 ORR = 0x20000000 | AND,
111 ORN = 0x00200000 | ORR,
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_64.c 105 #define ORR 0xaa000000
462 /* A large amount of number can be constructed from ORR and MOVx,
681 return push_inst(compiler, ORR | RD(dst) | RN(TMP_ZERO) | RM(arg2));
707 return push_inst(compiler, (ORR ^ (1 << 31)) | RD(dst) | RN(TMP_ZERO) | RM(arg2));
754 FAIL_IF(push_inst(compiler, (ORR ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2)));
1148 FAIL_IF(push_inst(compiler, ORR | RD(SLJIT_S0) | RN(TMP_ZERO) | RM(SLJIT_R0)));
1150 FAIL_IF(push_inst(compiler, ORR | RD(SLJIT_S1) | RN(TMP_ZERO) | RM(SLJIT_R1)));
1152 FAIL_IF(push_inst(compiler, ORR | RD(SLJIT_S2) | RN(TMP_ZERO) | RM(SLJIT_R2)));
1269 FAIL_IF(push_inst(compiler, ORR | RD(TMP_REG1) | RN(TMP_ZERO) | RM(SLJIT_R0)));
1274 FAIL_IF(push_inst(compiler, (ORR ^ inv_bits) | RD(TMP_REG1) | RN(TMP_ZERO) | RM(SLJIT_R0)))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm.cc 21102 return "orr";
32612 #define ORR(A,B) \
32659 ORR (REV_LSHIFT (code, in_up, reverse_amount),
32741 ORR (SHIFT (ASHIFT, in_up, scratch1), out_down)));
32746 emit_insn (SET (out_down, ORR (SHIFT (ASHIFTRT, in_up, scratch2),
32751 emit_insn (SET (out_down, ORR (SHIFT (LSHIFTRT, in_up, scratch2),
32766 emit_insn (SET (out_down, ORR (out_down, scratch2)));
32786 #undef ORR
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm.cc 20880 return "orr";
32200 #define ORR(A,B) \
32247 ORR (REV_LSHIFT (code, in_up, reverse_amount),
32329 ORR (SHIFT (ASHIFT, in_up, scratch1), out_down)));
32334 emit_insn (SET (out_down, ORR (SHIFT (ASHIFTRT, in_up, scratch2),
32339 emit_insn (SET (out_down, ORR (SHIFT (LSHIFTRT, in_up, scratch2),
32354 emit_insn (SET (out_down, ORR (out_down, scratch2)));
32374 #undef ORR

Completed in 69 milliseconds