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

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
udivmodsi4.S 119 #define IMM #
122 cmp r0, r1, lsl IMM shift; \
124 WIDE(addhs) r3, r3, IMM (1 << shift); \
125 WIDE(subhs) r0, r0, r1, lsl IMM shift
udivsi3.S 116 #define IMM #
119 cmp r0, r1, lsl IMM shift; \
121 WIDE(addhs) r3, r3, IMM (1 << shift); \
122 WIDE(subhs) r0, r0, r1, lsl IMM shift
umodsi3.S 110 #define IMM #
113 cmp r0, r1, lsl IMM shift; \
115 WIDE(subhs) r0, r0, r1, lsl IMM shift
  /src/sys/arch/x68k/stand/libiocs/
iocscall.h 11 # define IMM \#
13 # define IMM #
17 moveq IMM n,%d0;\
18 trap IMM 15
41 moveq IMM s,%d1;\
  /src/sys/arch/powerpc/powerpc/
db_disasm.c 877 u_int IMM;
879 IMM = extract_field(instr, 31 - 31, 16);
880 if (IMM & 0x8000) {
882 IMM = 0x10000-IMM;
887 IMM = extract_field(instr, 31 - 31, 16);
891 db_printf("0x%x", IMM);
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativePPC_common.c 127 #define IMM(imm) ((imm) & 0xffff)
607 FAIL_IF(push_inst(compiler, STACK_STORE | S(TMP_ZERO) | A(SLJIT_SP) | IMM(offs)));
612 FAIL_IF(push_inst(compiler, STACK_STORE | S(i) | A(SLJIT_SP) | IMM(offs)));
617 FAIL_IF(push_inst(compiler, STACK_STORE | S(i) | A(SLJIT_SP) | IMM(offs)));
623 FAIL_IF(push_inst(compiler, STACK_STORE | S(0) | A(SLJIT_SP) | IMM(2 * sizeof(sljit_sw))));
625 FAIL_IF(push_inst(compiler, STACK_STORE | S(0) | A(SLJIT_SP) | IMM(sizeof(sljit_sw))));
642 FAIL_IF(push_inst(compiler, STWU | S(SLJIT_SP) | A(SLJIT_SP) | IMM(-local_size)));
649 FAIL_IF(push_inst(compiler, STDU | S(SLJIT_SP) | A(SLJIT_SP) | IMM(-local_size)))
    [all...]
sljitNativeSPARC_common.c 116 #define IMM(imm) (((imm) & 0x1fff) | IMM_ARG)
450 FAIL_IF(push_inst(compiler, SAVE | D(SLJIT_SP) | S1(SLJIT_SP) | IMM(-local_size), UNMOVABLE_INS));
484 FAIL_IF(push_inst(compiler, JMPL | D(0) | S1A(31) | IMM(8), UNMOVABLE_INS));
538 | S1(arg & REG_MASK) | ((arg & OFFS_REG_MASK) ? S2(OFFS_REG(arg)) : IMM(argw)),
604 FAIL_IF(push_inst(compiler, ADD | D(TMP_REG3) | S1(TMP_REG3) | IMM(argw - compiler->cache_argw), DR(TMP_REG3)));
625 return push_inst(compiler, data_transfer_insts[flags & MEM_MASK] | dest | S1(arg2) | IMM(0), delay_slot);
654 arg2 goes to TMP_REG2, imm or src reg
805 FAIL_IF(push_inst(compiler, SRA | D(TMP_REG1) | S1(SLJIT_R0) | IMM(31), DR(TMP_REG1)))
    [all...]
sljitNativeMIPS_common.c 86 #define IMM(imm) ((imm) & 0xffff)
87 #define SH_IMM(imm) ((imm) << 6)
564 FAIL_IF(push_inst(compiler, ADDIU_W | S(SLJIT_SP) | T(SLJIT_SP) | IMM(-local_size), DR(SLJIT_SP)));
576 FAIL_IF(push_inst(compiler, STACK_STORE | base | TA(RETURN_ADDR_REG) | IMM(offs), MOVABLE_INS));
581 FAIL_IF(push_inst(compiler, STACK_STORE | base | T(i) | IMM(offs), MOVABLE_INS));
586 FAIL_IF(push_inst(compiler, STACK_STORE | base | T(i) | IMM(offs), MOVABLE_INS));
636 FAIL_IF(push_inst(compiler, STACK_LOAD | base | TA(RETURN_ADDR_REG) | IMM(local_size - (sljit_s32)sizeof(sljit_sw)), RETURN_ADDR_REG))
    [all...]

Completed in 17 milliseconds