Searched refs:anymem (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InstrMPX.td | 19 def 32rm: I<opc, MRMSrcMem, (outs BNDR:$dst), (ins anymem:$src), 22 def 64rm: I<opc, MRMSrcMem, (outs BNDR:$dst), (ins anymem:$src), 30 def 32rm: I<opc, MRMSrcMem, (outs), (ins BNDR:$src1, anymem:$src2), 33 def 64rm: I<opc, MRMSrcMem, (outs), (ins BNDR:$src1, anymem:$src2), 71 def BNDSTXmr: I<0x1B, MRMDestMem, (outs), (ins anymem:$dst, BNDR:$src), 75 def BNDLDXrm: I<0x1A, MRMSrcMem, (outs BNDR:$dst), (ins anymem:$src),
|
H A D | X86InstrFPStack.td | 399 def FLDENVm : FPI<0xD9, MRM4m, (outs), (ins anymem:$src), "fldenv\t$src">; 400 def FRSTORm : FPI<0xDD, MRM4m, (outs), (ins anymem:$src), "frstor\t$src">; 404 def FSTENVm : FPI<0xD9, MRM6m, (outs), (ins anymem:$dst), "fnstenv\t$dst">; 405 def FSAVEm : FPI<0xDD, MRM6m, (outs), (ins anymem:$dst), "fnsave\t$dst">;
|
H A D | X86InstrArithmetic.td | 19 (outs GR16:$dst), (ins anymem:$src), 23 (outs GR32:$dst), (ins anymem:$src),
|
H A D | X86InstrInfo.td | 406 def anymem : X86MemOperand<"printMemReference">;
|
H A D | X86InstrAVX512.td | 12002 def MASKPAIR16STORE : PseudoI<(outs), (ins anymem:$dst, VK16PAIR:$src), []>; 12004 def MASKPAIR16LOAD : PseudoI<(outs VK16PAIR:$dst), (ins anymem:$src), []>;
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-i386.c | 1922 anymem enumerator 1947 case anymem: in operand_type_check() 2162 && (!operand_type_check (g0, anymem) in operand_type_register_match() 2170 && (!operand_type_check (g1, anymem) in operand_type_register_match() 6688 if (operand_type_check (operand_types[i.operands - 1], anymem) in match_template() 6694 if (!operand_type_check (operand_types[i.operands - 1], anymem) in match_template() 8248 && operand_type_check (i.tm.operand_types[dest], anymem) == 0) in build_modrm_byte()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-i386.c | 2106 anymem enumerator 2131 case anymem: in operand_type_check() 2351 || !operand_type_check (g0, anymem))) in operand_type_register_match() 2357 || !operand_type_check (g1, anymem))) in operand_type_register_match() 8727 if (operand_type_check (operand_types[j], anymem) in match_template() 8733 if (!operand_type_check (operand_types[j], anymem) in match_template()
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-2019 | 1357 operand_type_check(..., anymem) by Operand_Mem ones.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-2019 | 1357 operand_type_check(..., anymem) by Operand_Mem ones.
|