Home
last modified time | relevance | path

Searched refs:asm_bitshift (Results 1 – 25 of 50) sorted by relevance

12

/dports/lang/luajit/LuaJIT-2.0.5/src/
H A Dlj_asm_mips.h1400 static void asm_bitshift(ASMState *as, IRIns *ir, MIPSIns mi, MIPSIns mik) in asm_bitshift() function
1416 asm_bitshift(as, ir, MIPSI_ROTRV, MIPSI_ROTR); in asm_bitror()
1803 case IR_BSHL: asm_bitshift(as, ir, MIPSI_SLLV, MIPSI_SLL); break; in asm_ir()
1804 case IR_BSHR: asm_bitshift(as, ir, MIPSI_SRLV, MIPSI_SRL); break; in asm_ir()
1805 case IR_BSAR: asm_bitshift(as, ir, MIPSI_SRAV, MIPSI_SRA); break; in asm_ir()
H A Dlj_asm_ppc.h1586 static void asm_bitshift(ASMState *as, IRIns *ir, PPCIns pi, PPCIns pik) in asm_bitshift() function
2008 case IR_BSHL: asm_bitshift(as, ir, PPCI_SLW, 0); break; in asm_ir()
2009 case IR_BSHR: asm_bitshift(as, ir, PPCI_SRW, 1); break; in asm_ir()
2010 case IR_BSAR: asm_bitshift(as, ir, PPCI_SRAW, PPCI_SRAWI); break; in asm_ir()
2011 case IR_BROL: asm_bitshift(as, ir, PPCI_RLWNM|PPCF_MB(0)|PPCF_ME(31), in asm_ir()
H A Dlj_asm_x86.h1988 static void asm_bitshift(ASMState *as, IRIns *ir, x86Shift xs) in asm_bitshift() function
2627 case IR_BSHL: asm_bitshift(as, ir, XOg_SHL); break; in asm_ir()
2628 case IR_BSHR: asm_bitshift(as, ir, XOg_SHR); break; in asm_ir()
2629 case IR_BSAR: asm_bitshift(as, ir, XOg_SAR); break; in asm_ir()
2630 case IR_BROL: asm_bitshift(as, ir, XOg_ROL); break; in asm_ir()
2631 case IR_BROR: asm_bitshift(as, ir, XOg_ROR); break; in asm_ir()
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_asm_mips.h1405 static void asm_bitshift(ASMState *as, IRIns *ir, MIPSIns mi, MIPSIns mik) in asm_bitshift() function
1421 asm_bitshift(as, ir, MIPSI_ROTRV, MIPSI_ROTR); in asm_bitror()
1808 case IR_BSHL: asm_bitshift(as, ir, MIPSI_SLLV, MIPSI_SLL); break; in asm_ir()
1809 case IR_BSHR: asm_bitshift(as, ir, MIPSI_SRLV, MIPSI_SRL); break; in asm_ir()
1810 case IR_BSAR: asm_bitshift(as, ir, MIPSI_SRAV, MIPSI_SRA); break; in asm_ir()
H A Dlj_asm_ppc.h1585 static void asm_bitshift(ASMState *as, IRIns *ir, PPCIns pi, PPCIns pik) in asm_bitshift() function
2007 case IR_BSHL: asm_bitshift(as, ir, PPCI_SLW, 0); break; in asm_ir()
2008 case IR_BSHR: asm_bitshift(as, ir, PPCI_SRW, 1); break; in asm_ir()
2009 case IR_BSAR: asm_bitshift(as, ir, PPCI_SRAW, PPCI_SRAWI); break; in asm_ir()
2010 case IR_BROL: asm_bitshift(as, ir, PPCI_RLWNM|PPCF_MB(0)|PPCF_ME(31), in asm_ir()
H A Dlj_asm_x86.h1977 static void asm_bitshift(ASMState *as, IRIns *ir, x86Shift xs) in asm_bitshift() function
2616 case IR_BSHL: asm_bitshift(as, ir, XOg_SHL); break; in asm_ir()
2617 case IR_BSHR: asm_bitshift(as, ir, XOg_SHR); break; in asm_ir()
2618 case IR_BSAR: asm_bitshift(as, ir, XOg_SAR); break; in asm_ir()
2619 case IR_BROL: asm_bitshift(as, ir, XOg_ROL); break; in asm_ir()
2620 case IR_BROR: asm_bitshift(as, ir, XOg_ROR); break; in asm_ir()
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/src/
H A Dlj_asm_mips.h1405 static void asm_bitshift(ASMState *as, IRIns *ir, MIPSIns mi, MIPSIns mik) in asm_bitshift() function
1421 asm_bitshift(as, ir, MIPSI_ROTRV, MIPSI_ROTR); in asm_bitror()
1808 case IR_BSHL: asm_bitshift(as, ir, MIPSI_SLLV, MIPSI_SLL); break; in asm_ir()
1809 case IR_BSHR: asm_bitshift(as, ir, MIPSI_SRLV, MIPSI_SRL); break; in asm_ir()
1810 case IR_BSAR: asm_bitshift(as, ir, MIPSI_SRAV, MIPSI_SRA); break; in asm_ir()
H A Dlj_asm_ppc.h1585 static void asm_bitshift(ASMState *as, IRIns *ir, PPCIns pi, PPCIns pik) in asm_bitshift() function
2007 case IR_BSHL: asm_bitshift(as, ir, PPCI_SLW, 0); break; in asm_ir()
2008 case IR_BSHR: asm_bitshift(as, ir, PPCI_SRW, 1); break; in asm_ir()
2009 case IR_BSAR: asm_bitshift(as, ir, PPCI_SRAW, PPCI_SRAWI); break; in asm_ir()
2010 case IR_BROL: asm_bitshift(as, ir, PPCI_RLWNM|PPCF_MB(0)|PPCF_ME(31), in asm_ir()
/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/src/
H A Dlj_asm_mips.h1405 static void asm_bitshift(ASMState *as, IRIns *ir, MIPSIns mi, MIPSIns mik) in asm_bitshift() function
1421 asm_bitshift(as, ir, MIPSI_ROTRV, MIPSI_ROTR); in asm_bitror()
1808 case IR_BSHL: asm_bitshift(as, ir, MIPSI_SLLV, MIPSI_SLL); break; in asm_ir()
1809 case IR_BSHR: asm_bitshift(as, ir, MIPSI_SRLV, MIPSI_SRL); break; in asm_ir()
1810 case IR_BSAR: asm_bitshift(as, ir, MIPSI_SRAV, MIPSI_SRA); break; in asm_ir()
H A Dlj_asm_ppc.h1585 static void asm_bitshift(ASMState *as, IRIns *ir, PPCIns pi, PPCIns pik) in asm_bitshift() function
2007 case IR_BSHL: asm_bitshift(as, ir, PPCI_SLW, 0); break; in asm_ir()
2008 case IR_BSHR: asm_bitshift(as, ir, PPCI_SRW, 1); break; in asm_ir()
2009 case IR_BSAR: asm_bitshift(as, ir, PPCI_SRAW, PPCI_SRAWI); break; in asm_ir()
2010 case IR_BROL: asm_bitshift(as, ir, PPCI_RLWNM|PPCF_MB(0)|PPCF_ME(31), in asm_ir()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/src/
H A Dlj_asm_x86.h1959 static void asm_bitshift(ASMState *as, IRIns *ir, x86Shift xs) in asm_bitshift() function
1998 #define asm_bshl(as, ir) asm_bitshift(as, ir, XOg_SHL)
1999 #define asm_bshr(as, ir) asm_bitshift(as, ir, XOg_SHR)
2000 #define asm_bsar(as, ir) asm_bitshift(as, ir, XOg_SAR)
2001 #define asm_brol(as, ir) asm_bitshift(as, ir, XOg_ROL)
2002 #define asm_bror(as, ir) asm_bitshift(as, ir, XOg_ROR)
H A Dlj_asm_arm.h1561 static void asm_bitshift(ASMState *as, IRIns *ir, ARMShift sh) in asm_bitshift() function
1578 #define asm_bshl(as, ir) asm_bitshift(as, ir, ARMSH_LSL)
1579 #define asm_bshr(as, ir) asm_bitshift(as, ir, ARMSH_LSR)
1580 #define asm_bsar(as, ir) asm_bitshift(as, ir, ARMSH_ASR)
1581 #define asm_bror(as, ir) asm_bitshift(as, ir, ARMSH_ROR)
H A Dlj_asm_mips.h1495 static void asm_bitshift(ASMState *as, IRIns *ir, MIPSIns mi, MIPSIns mik) in asm_bitshift() function
1508 #define asm_bshl(as, ir) asm_bitshift(as, ir, MIPSI_SLLV, MIPSI_SLL)
1509 #define asm_bshr(as, ir) asm_bitshift(as, ir, MIPSI_SRLV, MIPSI_SRL)
1510 #define asm_bsar(as, ir) asm_bitshift(as, ir, MIPSI_SRAV, MIPSI_SRA)
1516 asm_bitshift(as, ir, MIPSI_ROTRV, MIPSI_ROTR); in asm_bror()
H A Dlj_asm_ppc.h1532 static void asm_bitshift(ASMState *as, IRIns *ir, PPCIns pi, PPCIns pik) in asm_bitshift() function
1557 #define asm_bshl(as, ir) asm_bitshift(as, ir, PPCI_SLW, 0)
1558 #define asm_bshr(as, ir) asm_bitshift(as, ir, PPCI_SRW, 1)
1559 #define asm_bsar(as, ir) asm_bitshift(as, ir, PPCI_SRAW, PPCI_SRAWI)
1561 asm_bitshift(as, ir, PPCI_RLWNM|PPCF_MB(0)|PPCF_ME(31), \
/dports/lang/luajit-openresty/luajit2-2.1-20211210/src/
H A Dlj_asm_arm64.h1590 static void asm_bitshift(ASMState *as, IRIns *ir, A64Ins ai, A64Shift sh) in asm_bitshift() function
1630 #define asm_bshl(as, ir) asm_bitshift(as, ir, A64I_UBFMw, A64SH_LSL)
1631 #define asm_bshr(as, ir) asm_bitshift(as, ir, A64I_UBFMw, A64SH_LSR)
1632 #define asm_bsar(as, ir) asm_bitshift(as, ir, A64I_SBFMw, A64SH_ASR)
1633 #define asm_bror(as, ir) asm_bitshift(as, ir, A64I_EXTRw, A64SH_ROR)
/dports/lang/luajit-devel/LuaJIT-a91d0d9/src/
H A Dlj_asm_arm64.h1535 static void asm_bitshift(ASMState *as, IRIns *ir, A64Ins ai, A64Shift sh) in asm_bitshift() function
1575 #define asm_bshl(as, ir) asm_bitshift(as, ir, A64I_UBFMw, A64SH_LSL)
1576 #define asm_bshr(as, ir) asm_bitshift(as, ir, A64I_UBFMw, A64SH_LSR)
1577 #define asm_bsar(as, ir) asm_bitshift(as, ir, A64I_SBFMw, A64SH_ASR)
1578 #define asm_bror(as, ir) asm_bitshift(as, ir, A64I_EXTRw, A64SH_ROR)
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/src/
H A Dlj_asm_arm64.h1590 static void asm_bitshift(ASMState *as, IRIns *ir, A64Ins ai, A64Shift sh) in asm_bitshift() function
1630 #define asm_bshl(as, ir) asm_bitshift(as, ir, A64I_UBFMw, A64SH_LSL)
1631 #define asm_bshr(as, ir) asm_bitshift(as, ir, A64I_UBFMw, A64SH_LSR)
1632 #define asm_bsar(as, ir) asm_bitshift(as, ir, A64I_SBFMw, A64SH_ASR)
1633 #define asm_bror(as, ir) asm_bitshift(as, ir, A64I_EXTRw, A64SH_ROR)
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/src/
H A Dlj_asm_arm64.h1529 static void asm_bitshift(ASMState *as, IRIns *ir, A64Ins ai, A64Shift sh) in asm_bitshift() function
1569 #define asm_bshl(as, ir) asm_bitshift(as, ir, A64I_UBFMw, A64SH_LSL)
1570 #define asm_bshr(as, ir) asm_bitshift(as, ir, A64I_UBFMw, A64SH_LSR)
1571 #define asm_bsar(as, ir) asm_bitshift(as, ir, A64I_SBFMw, A64SH_ASR)
1572 #define asm_bror(as, ir) asm_bitshift(as, ir, A64I_EXTRw, A64SH_ROR)
H A Dlj_asm_arm.h1564 static void asm_bitshift(ASMState *as, IRIns *ir, ARMShift sh) in asm_bitshift() function
1581 #define asm_bshl(as, ir) asm_bitshift(as, ir, ARMSH_LSL)
1582 #define asm_bshr(as, ir) asm_bitshift(as, ir, ARMSH_LSR)
1583 #define asm_bsar(as, ir) asm_bitshift(as, ir, ARMSH_ASR)
1584 #define asm_bror(as, ir) asm_bitshift(as, ir, ARMSH_ROR)
H A Dlj_asm_ppc.h1533 static void asm_bitshift(ASMState *as, IRIns *ir, PPCIns pi, PPCIns pik) in asm_bitshift() function
1558 #define asm_bshl(as, ir) asm_bitshift(as, ir, PPCI_SLW, 0)
1559 #define asm_bshr(as, ir) asm_bitshift(as, ir, PPCI_SRW, 1)
1560 #define asm_bsar(as, ir) asm_bitshift(as, ir, PPCI_SRAW, PPCI_SRAWI)
1562 asm_bitshift(as, ir, PPCI_RLWNM|PPCF_MB(0)|PPCF_ME(31), \
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/src/
H A Dlj_asm_arm.h1575 static void asm_bitshift(ASMState *as, IRIns *ir, ARMShift sh) in asm_bitshift() function
1592 #define asm_bshl(as, ir) asm_bitshift(as, ir, ARMSH_LSL)
1593 #define asm_bshr(as, ir) asm_bitshift(as, ir, ARMSH_LSR)
1594 #define asm_bsar(as, ir) asm_bitshift(as, ir, ARMSH_ASR)
1595 #define asm_bror(as, ir) asm_bitshift(as, ir, ARMSH_ROR)
H A Dlj_asm_arm64.h1514 static void asm_bitshift(ASMState *as, IRIns *ir, A64Ins ai, A64Shift sh) in asm_bitshift() function
1554 #define asm_bshl(as, ir) asm_bitshift(as, ir, A64I_UBFMw, A64SH_LSL)
1555 #define asm_bshr(as, ir) asm_bitshift(as, ir, A64I_UBFMw, A64SH_LSR)
1556 #define asm_bsar(as, ir) asm_bitshift(as, ir, A64I_SBFMw, A64SH_ASR)
1557 #define asm_bror(as, ir) asm_bitshift(as, ir, A64I_EXTRw, A64SH_ROR)
/dports/www/nift/nsm-2.4.11/LuaJIT/src/
H A Dlj_asm_arm.h1564 static void asm_bitshift(ASMState *as, IRIns *ir, ARMShift sh) in asm_bitshift() function
1581 #define asm_bshl(as, ir) asm_bitshift(as, ir, ARMSH_LSL)
1582 #define asm_bshr(as, ir) asm_bitshift(as, ir, ARMSH_LSR)
1583 #define asm_bsar(as, ir) asm_bitshift(as, ir, ARMSH_ASR)
1584 #define asm_bror(as, ir) asm_bitshift(as, ir, ARMSH_ROR)
H A Dlj_asm_arm64.h1530 static void asm_bitshift(ASMState *as, IRIns *ir, A64Ins ai, A64Shift sh) in asm_bitshift() function
1570 #define asm_bshl(as, ir) asm_bitshift(as, ir, A64I_UBFMw, A64SH_LSL)
1571 #define asm_bshr(as, ir) asm_bitshift(as, ir, A64I_UBFMw, A64SH_LSR)
1572 #define asm_bsar(as, ir) asm_bitshift(as, ir, A64I_SBFMw, A64SH_ASR)
1573 #define asm_bror(as, ir) asm_bitshift(as, ir, A64I_EXTRw, A64SH_ROR)
H A Dlj_asm_ppc.h1533 static void asm_bitshift(ASMState *as, IRIns *ir, PPCIns pi, PPCIns pik) in asm_bitshift() function
1558 #define asm_bshl(as, ir) asm_bitshift(as, ir, PPCI_SLW, 0)
1559 #define asm_bshr(as, ir) asm_bitshift(as, ir, PPCI_SRW, 1)
1560 #define asm_bsar(as, ir) asm_bitshift(as, ir, PPCI_SRAW, PPCI_SRAWI)
1562 asm_bitshift(as, ir, PPCI_RLWNM|PPCF_MB(0)|PPCF_ME(31), \

12