Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrMPX.td19 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 DX86InstrFPStack.td399 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 DX86InstrArithmetic.td19 (outs GR16:$dst), (ins anymem:$src),
23 (outs GR32:$dst), (ins anymem:$src),
H A DX86InstrInfo.td406 def anymem : X86MemOperand<"printMemReference">;
H A DX86InstrAVX512.td12002 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 Dtc-i386.c1922 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 Dtc-i386.c2106 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 DChangeLog-20191357 operand_type_check(..., anymem) by Operand_Mem ones.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-20191357 operand_type_check(..., anymem) by Operand_Mem ones.