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

  /src/sys/arch/i386/include/
bioscall.h 70 #define BX r_bx.biosreg_half[BIOSREG_LO]
  /src/sys/arch/amd64/amd64/
db_disasm.c 92 #define BX 11 /* (bx) */
844 /*d7*/ { "xlat", false, BYTE, op1(BX), 0 },
929 {"%ax", "%cx", "%dx", "%bx", "%sp", "%bp", "%si", "%di",
938 {"%ax", "%cx", "%dx", "%bx", "%sp", "%bp", "%si", "%di",
1409 case BX:
  /src/sys/arch/i386/i386/
db_disasm.c 74 #define BX 11 /* (bx) */
807 /*d7*/ { "xlat", false, BYTE, op1(BX), 0 },
876 "%bx,%si",
877 "%bx,%di",
883 "%bx"
888 { "%ax", "%cx", "%dx", "%bx", "%sp", "%bp", "%si", "%di" },
1317 case BX:
1320 db_printf("(%s)", short_addr ? "%bx" : "%ebx");
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_32.c 85 #define BX 0xe12fff10
2054 return push_inst(compiler, BX | RM(TMP_REG1));
2167 PTR_FAIL_IF(push_inst(compiler, (((type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG2)) & ~COND_MASK) | get_cc(type)));
2184 return push_inst(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RM(src));
2188 return push_inst(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG2));
2204 FAIL_IF(push_inst(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RM(TMP_REG2)));
sljitNativeARM_T2_32.c 110 #define BX 0x4700
1670 return push_inst16(compiler, BX | RN3(TMP_REG2));
1772 PTR_FAIL_IF(push_inst16(compiler, BX | RN3(TMP_REG1)));
1792 return push_inst16(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RN3(src));
1806 return push_inst16(compiler, (type <= SLJIT_JUMP ? BX : BLX) | RN3(TMP_REG1));

Completed in 16 milliseconds