Home
last modified time | relevance | path

Searched refs:OP_XMM (Results 1 – 25 of 106) sorted by relevance

12345

/dports/devel/jwasm/JWasm-f0a2fdd/src/H/
H A Dspecial.h80 res(XMM0, xmm0, RWT_REG, OP_XMM, 0, 0, P_SSE1, 16)
81 res(XMM1, xmm1, RWT_REG, OP_XMM, 1, 0, P_SSE1, 16)
82 res(XMM2, xmm2, RWT_REG, OP_XMM, 2, 0, P_SSE1, 16)
83 res(XMM3, xmm3, RWT_REG, OP_XMM, 3, 0, P_SSE1, 16)
84 res(XMM4, xmm4, RWT_REG, OP_XMM, 4, 0, P_SSE1, 16)
85 res(XMM5, xmm5, RWT_REG, OP_XMM, 5, 0, P_SSE1, 16)
86 res(XMM6, xmm6, RWT_REG, OP_XMM, 6, 0, P_SSE1, 16)
87 res(XMM7, xmm7, RWT_REG, OP_XMM, 7, 0, P_SSE1, 16)
170 res(XMM8, xmm8, RWT_REG, OP_XMM, 8, RWF_X64, P_64, 16)
171 res(XMM9, xmm9, RWT_REG, OP_XMM, 9, RWF_X64, P_64, 16)
[all …]
H A Doperands.h52 OP_XMM = 0x00000020, /* XMMx register */ enumerator
/dports/devel/jwasm/JWasm-f0a2fdd/src/
H A Dreswords.c72 OP_XMM_M16 = ( OP_XMM | OP_M16 ),
73 OP_XMM_M32 = ( OP_XMM | OP_M32 ),
74 OP_XMM_M64 = ( OP_XMM | OP_M64 ),
75 OP_XMM_M128 = ( OP_XMM | OP_M128 ),
85 OP_XMM_M128_08 = ( OP_XMM | OP_M128 | OP_M08 ),
86 OP_XMM_M128_16 = ( OP_XMM | OP_M128 | OP_M16 ),
87 OP_XMM_M128_32 = ( OP_XMM | OP_M128 | OP_M32 ),
88 OP_XMM_M128_64 = ( OP_XMM | OP_M128 | OP_M64 ),
H A Dcodegen.c550 if ( CodeInfo->opnd[OPND3].type & ( OP_XMM | OP_YMM ) ) in check_3rd_operand()
554 if ( CodeInfo->opnd[OPND3].type == OP_XMM && in check_3rd_operand()
618 opnd2 |= OP_XMM; in match_phase_3()
623 … else if ( ( opnd2 & OP_XMM ) && !( vex_flags[ CodeInfo->token - VEX_START ] & VX_HALF ) ) { in match_phase_3()
634 opnd2 |= OP_XMM; in match_phase_3()
899 …if ( CodeInfo->opnd[OPND2].type & OP_XMM && !( vex_flags[ CodeInfo->token - VEX_START ] & VX_HALF … in codegen()
904 opnd1 |= OP_XMM; in codegen()
H A Dparser.c304 } else if( opnd & ( OP_XMM | OP_M128 ) ) { in OperandSize()
2176 if ( CodeInfo->opnd[OPND1].type & (OP_XMM | OP_MMX)) { in HandleStringInstructions()
2227 if ( ( CodeInfo->opnd[OPND1].type & (OP_XMM | OP_MMX) ) || in HandleStringInstructions()
2228 ( CodeInfo->opnd[OPND2].type & (OP_XMM | OP_MMX) ) ) { in HandleStringInstructions()
2785 if( ( op1 | op2 ) & ( OP_MMX | OP_XMM | OP_YMM ) ) {
2787 if( ( op1 | op2 ) & ( OP_MMX | OP_XMM ) ) {
2832 } else if( ( op1 & ( OP_MMX | OP_XMM ) ) && ( op2 & OP_I ) ) {
2840 } else if( ( op1 | op2 ) & ( OP_MMX | OP_XMM ) ) {
3216 ( CodeInfo.opnd[OPND1].type & ( OP_XMM | OP_YMM | OP_M | OP_M256 ) ) ) {
3267 if ( ( flags & ( OP_XMM | OP_M128 ) ) &&
[all …]
H A Dproc.c1952 if ( !( GetValueSp( tokenarray[i].tokval ) & OP_XMM ) ) { in ExcFrameDirective()
2217 if ( GetValueSp( *regist ) & OP_XMM ) { in write_win64_default_prologue()
2259 if ( GetValueSp( *regist ) & OP_XMM ) { in write_win64_default_prologue()
2498 if ( GetValueSp( *regs ) & OP_XMM ) in SetLocalOffsets()
2634 if ( GetValueSp( *regist ) & OP_XMM ) in pop_register()
2663 if ( GetValueSp( *regs ) & OP_XMM ) in write_win64_default_epilogue()
2671 if ( GetValueSp( *regs ) & OP_XMM ) { in write_win64_default_epilogue()
H A Dinvoke.c410 if ( GetValueSp( reg ) & OP_XMM ) { in ms64_param()
1162 if ( optype & ( OP_STI | OP_MMX | OP_XMM in PushInvokeParam()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kvm/
H A Dkvm_emulate.h243 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; enumerator
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kvm/
H A Dkvm_emulate.h243 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; enumerator
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kvm/
H A Dkvm_emulate.h243 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; enumerator
/dports/devel/arm-elf-binutils/binutils-2.37/opcodes/
H A Di386-dis.c81 static void OP_XMM (int, int);
346 #define XM { OP_XMM, 0 }
347 #define XMScalar { OP_XMM, scalar_mode }
348 #define XMGatherD { OP_XMM, vex_vsib_d_w_dq_mode }
349 #define XMGatherQ { OP_XMM, vex_vsib_q_w_dq_mode }
350 #define XMM { OP_XMM, xmm_mode }
351 #define TMM { OP_XMM, tmm_mode }
352 #define XMxmmq { OP_XMM, xmmq_mode }
12622 OP_XMM (int bytemode, int sizeflag ATTRIBUTE_UNUSED) in OP_XMM() function
H A DChangeLog-2010831 (OP_XMM): Handle scalar_mode.
915 (OP_XMM): Likewise.
/dports/devel/gdb/gdb-11.1/opcodes/
H A Di386-dis.c81 static void OP_XMM (int, int);
346 #define XM { OP_XMM, 0 }
347 #define XMScalar { OP_XMM, scalar_mode }
348 #define XMGatherD { OP_XMM, vex_vsib_d_w_dq_mode }
349 #define XMGatherQ { OP_XMM, vex_vsib_q_w_dq_mode }
350 #define XMM { OP_XMM, xmm_mode }
351 #define TMM { OP_XMM, tmm_mode }
352 #define XMxmmq { OP_XMM, xmmq_mode }
12622 OP_XMM (int bytemode, int sizeflag ATTRIBUTE_UNUSED) in OP_XMM() function
H A DChangeLog-2010831 (OP_XMM): Handle scalar_mode.
915 (OP_XMM): Likewise.
/dports/devel/gnulibiberty/binutils-2.37/opcodes/
H A Di386-dis.c81 static void OP_XMM (int, int);
346 #define XM { OP_XMM, 0 }
347 #define XMScalar { OP_XMM, scalar_mode }
348 #define XMGatherD { OP_XMM, vex_vsib_d_w_dq_mode }
349 #define XMGatherQ { OP_XMM, vex_vsib_q_w_dq_mode }
350 #define XMM { OP_XMM, xmm_mode }
351 #define TMM { OP_XMM, tmm_mode }
352 #define XMxmmq { OP_XMM, xmmq_mode }
12622 OP_XMM (int bytemode, int sizeflag ATTRIBUTE_UNUSED) in OP_XMM() function
H A DChangeLog-2010831 (OP_XMM): Handle scalar_mode.
915 (OP_XMM): Likewise.
/dports/devel/binutils/binutils-2.37/opcodes/
H A Di386-dis.c81 static void OP_XMM (int, int);
346 #define XM { OP_XMM, 0 }
347 #define XMScalar { OP_XMM, scalar_mode }
348 #define XMGatherD { OP_XMM, vex_vsib_d_w_dq_mode }
349 #define XMGatherQ { OP_XMM, vex_vsib_q_w_dq_mode }
350 #define XMM { OP_XMM, xmm_mode }
351 #define TMM { OP_XMM, tmm_mode }
352 #define XMxmmq { OP_XMM, xmmq_mode }
12622 OP_XMM (int bytemode, int sizeflag ATTRIBUTE_UNUSED) in OP_XMM() function
/dports/devel/gdb761/gdb-7.6.1/opcodes/
H A Di386-dis.c83 static void OP_XMM (int, int);
340 #define XM { OP_XMM, 0 }
341 #define XMScalar { OP_XMM, scalar_mode }
342 #define XMGatherQ { OP_XMM, vex_vsib_q_w_dq_mode }
343 #define XMM { OP_XMM, xmm_mode }
14081 OP_XMM (int bytemode, int sizeflag ATTRIBUTE_UNUSED) in OP_XMM() function
15062 OP_XMM (bytemode, sizeflag); in OP_XMM_VexW()
15086 OP_XMM (bytemode, sizeflag); in OP_XMM_Vex()
H A DChangeLog-2010831 (OP_XMM): Handle scalar_mode.
915 (OP_XMM): Likewise.
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/opcodes/
H A Di386-dis.c81 static void OP_XMM (int, int);
369 #define XM { OP_XMM, 0 }
370 #define XMScalar { OP_XMM, scalar_mode }
371 #define XMGatherQ { OP_XMM, vex_vsib_q_w_dq_mode }
372 #define XMM { OP_XMM, xmm_mode }
373 #define XMxmmq { OP_XMM, xmmq_mode }
16446 OP_XMM (int bytemode, int sizeflag ATTRIBUTE_UNUSED) in OP_XMM() function
17538 OP_XMM (bytemode, sizeflag); in OP_XMM_VexW()
17562 OP_XMM (bytemode, sizeflag); in OP_XMM_Vex()
H A DChangeLog-2010831 (OP_XMM): Handle scalar_mode.
915 (OP_XMM): Likewise.
/dports/lang/gnatdroid-binutils/binutils-2.27/opcodes/
H A Di386-dis.c81 static void OP_XMM (int, int);
369 #define XM { OP_XMM, 0 }
370 #define XMScalar { OP_XMM, scalar_mode }
371 #define XMGatherQ { OP_XMM, vex_vsib_q_w_dq_mode }
372 #define XMM { OP_XMM, xmm_mode }
373 #define XMxmmq { OP_XMM, xmmq_mode }
16446 OP_XMM (int bytemode, int sizeflag ATTRIBUTE_UNUSED) in OP_XMM() function
17538 OP_XMM (bytemode, sizeflag); in OP_XMM_VexW()
17562 OP_XMM (bytemode, sizeflag); in OP_XMM_Vex()
H A DChangeLog-2010831 (OP_XMM): Handle scalar_mode.
915 (OP_XMM): Likewise.
/dports/devel/avr-gdb/gdb-7.3.1/opcodes/
H A Di386-dis.c83 static void OP_XMM (int, int);
337 #define XM { OP_XMM, 0 }
338 #define XMScalar { OP_XMM, scalar_mode }
339 #define XMM { OP_XMM, xmm_mode }
14067 OP_XMM (int bytemode, int sizeflag ATTRIBUTE_UNUSED) in OP_XMM() function
14977 OP_XMM (bytemode, sizeflag); in OP_XMM_VexW()
15001 OP_XMM (bytemode, sizeflag); in OP_XMM_Vex()
H A DChangeLog-2010831 (OP_XMM): Handle scalar_mode.
915 (OP_XMM): Likewise.

12345