Home
last modified time | relevance | path

Searched refs:mrcode (Results 1 – 9 of 9) sorted by relevance

/dports/net/scapy/scapy-2.4.5/scapy/contrib/
H A Digmpv3.py81 value = self.mrcode
94 self.mrcode = code
178 bind_layers(IGMPv3, IGMPv3mr, type=0x22, mrcode=0x0)
H A Digmp.py121 self.mrcode = 0
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dvm_x86_64_assembler.c204 u8 mrcode; // opcode for reg, reg/mem member
732 else if(arg1.type == T_MEMORY && arg2.type == T_REGISTER && params->mrcode) in emit_subaddand()
737 emit1(params->mrcode); // sub reg, reg/mem in emit_subaddand()
855 else if(arg1.type == T_MEMORY && arg2.type == T_REGISTER && params->mrcode) in emit_twobyte()
862 emit1(params->mrcode); // sub reg, reg/mem in emit_twobyte()
878 static opparam_t params_cmp = { subcode: 6, rmcode: 0x39, mrcode: 0x3b, };
892 static opparam_t params_addss = { xmmprefix: 0xf3, mrcode: 0x58 };
893 static opparam_t params_divss = { xmmprefix: 0xf3, mrcode: 0x5e };
895 static opparam_t params_mulss = { xmmprefix: 0xf3, mrcode: 0x59 };
896 static opparam_t params_subss = { xmmprefix: 0xf3, mrcode: 0x5c };
[all …]
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dvm_x86_64_assembler.c204 u8 mrcode; // opcode for reg, reg/mem member
732 else if(arg1.type == T_MEMORY && arg2.type == T_REGISTER && params->mrcode) in emit_subaddand()
737 emit1(params->mrcode); // sub reg, reg/mem in emit_subaddand()
855 else if(arg1.type == T_MEMORY && arg2.type == T_REGISTER && params->mrcode) in emit_twobyte()
862 emit1(params->mrcode); // sub reg, reg/mem in emit_twobyte()
878 static opparam_t params_cmp = { subcode: 6, rmcode: 0x39, mrcode: 0x3b, };
892 static opparam_t params_addss = { xmmprefix: 0xf3, mrcode: 0x58 };
893 static opparam_t params_divss = { xmmprefix: 0xf3, mrcode: 0x5e };
895 static opparam_t params_mulss = { xmmprefix: 0xf3, mrcode: 0x59 };
896 static opparam_t params_subss = { xmmprefix: 0xf3, mrcode: 0x5c };
[all …]
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dvm_x86_64_assembler.c204 u8 mrcode; // opcode for reg, reg/mem member
732 else if(arg1.type == T_MEMORY && arg2.type == T_REGISTER && params->mrcode) in emit_subaddand()
737 emit1(params->mrcode); // sub reg, reg/mem in emit_subaddand()
855 else if(arg1.type == T_MEMORY && arg2.type == T_REGISTER && params->mrcode) in emit_twobyte()
862 emit1(params->mrcode); // sub reg, reg/mem in emit_twobyte()
878 static opparam_t params_cmp = { subcode: 6, rmcode: 0x39, mrcode: 0x3b, };
892 static opparam_t params_addss = { xmmprefix: 0xf3, mrcode: 0x58 };
893 static opparam_t params_divss = { xmmprefix: 0xf3, mrcode: 0x5e };
895 static opparam_t params_mulss = { xmmprefix: 0xf3, mrcode: 0x59 };
896 static opparam_t params_subss = { xmmprefix: 0xf3, mrcode: 0x5c };
[all …]
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dvm_x86_64_assembler.c214 u8 mrcode; // opcode for reg, reg/mem member
748 else if(arg1.type == T_MEMORY && arg2.type == T_REGISTER && params->mrcode) in emit_subaddand()
753 emit1(params->mrcode); // sub reg, reg/mem in emit_subaddand()
881 else if(arg1.type == T_MEMORY && arg2.type == T_REGISTER && params->mrcode) in emit_twobyte()
888 emit1(params->mrcode); // sub reg, reg/mem in emit_twobyte()
904 static opparam_t params_cmp = { subcode: 7, rmcode: 0x39, mrcode: 0x3b, };
918 static opparam_t params_addss = { xmmprefix: 0xf3, mrcode: 0x58 };
919 static opparam_t params_divss = { xmmprefix: 0xf3, mrcode: 0x5e };
921 static opparam_t params_mulss = { xmmprefix: 0xf3, mrcode: 0x59 };
922 static opparam_t params_subss = { xmmprefix: 0xf3, mrcode: 0x5c };
[all …]
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dvm_x86_64_assembler.c214 u8 mrcode; // opcode for reg, reg/mem member
748 else if(arg1.type == T_MEMORY && arg2.type == T_REGISTER && params->mrcode) in emit_subaddand()
753 emit1(params->mrcode); // sub reg, reg/mem in emit_subaddand()
881 else if(arg1.type == T_MEMORY && arg2.type == T_REGISTER && params->mrcode) in emit_twobyte()
888 emit1(params->mrcode); // sub reg, reg/mem in emit_twobyte()
904 static opparam_t params_cmp = { subcode: 7, rmcode: 0x39, mrcode: 0x3b, };
918 static opparam_t params_addss = { xmmprefix: 0xf3, mrcode: 0x58 };
919 static opparam_t params_divss = { xmmprefix: 0xf3, mrcode: 0x5e };
921 static opparam_t params_mulss = { xmmprefix: 0xf3, mrcode: 0x59 };
922 static opparam_t params_subss = { xmmprefix: 0xf3, mrcode: 0x5c };
[all …]
/dports/games/evq3/evq3/code/qcommon/
H A Dvm_x86_64_assembler.c204 u8 mrcode; // opcode for reg, reg/mem member
732 else if(arg1.type == T_MEMORY && arg2.type == T_REGISTER && params->mrcode) in emit_subaddand()
737 emit1(params->mrcode); // sub reg, reg/mem in emit_subaddand()
855 else if(arg1.type == T_MEMORY && arg2.type == T_REGISTER && params->mrcode) in emit_twobyte()
862 emit1(params->mrcode); // sub reg, reg/mem in emit_twobyte()
878 static opparam_t params_cmp = { subcode: 6, rmcode: 0x39, mrcode: 0x3b, };
892 static opparam_t params_addss = { xmmprefix: 0xf3, mrcode: 0x58 };
893 static opparam_t params_divss = { xmmprefix: 0xf3, mrcode: 0x5e };
895 static opparam_t params_mulss = { xmmprefix: 0xf3, mrcode: 0x59 };
896 static opparam_t params_subss = { xmmprefix: 0xf3, mrcode: 0x5c };
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-font.c806 int mrcode = lookup_mre_code(estrings[i]); in pdf_load_simple_font() local
808 if (mrcode > 0) in pdf_load_simple_font()
809 glyph = ft_char_index(face, mrcode); in pdf_load_simple_font()