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

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativePPC_common.c 151 #define BLR (HI(19) | LO(16) | (0x14 << 21))
712 FAIL_IF(push_inst(compiler, BLR));
2063 return push_inst(compiler, BLR);
sljitNativeARM_64.c 76 #define BLR 0xd63f0000
1909 PTR_FAIL_IF(push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1)));
1962 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(src));
1972 return push_inst(compiler, ((type >= SLJIT_FAST_CALL) ? BLR : BR) | RN(TMP_REG1));
  /src/sys/arch/hppa/hppa/
db_disasm.c 550 #define BLR 0x3a, 0x02, 16, 3 /* BRANCH and LINK REGISTER */
1029 { BLR, 0, "blr", brDasm },

Completed in 18 milliseconds