Home
last modified time | relevance | path

Searched refs:EncoderMethod (Results 1 – 17 of 17) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMicroMipsInstrInfo.td15 let EncoderMethod = "getUImm5Lsl2Encoding";
20 let EncoderMethod = "getUImm6Lsl2Encoding";
25 let EncoderMethod = "getSImm9AddiuspValue";
30 let EncoderMethod = "getUImm3Mod8Encoding";
34 let EncoderMethod = "getSImm3Lsa2Value";
39 let EncoderMethod = "getUImm4AndValue";
73 let EncoderMethod = "getMemEncodingMMImm4";
77 let EncoderMethod = "getMemEncodingMMImm4Lsl1";
81 let EncoderMethod = "getMemEncodingMMImm4Lsl2";
96 let EncoderMethod = "getMemEncodingMMSPImm5Lsl2";
[all …]
H A DMipsInstrInfo.td344 let EncoderMethod = "getJumpTargetOpValue";
348 let EncoderMethod = "getBranchTargetOpValue";
354 let EncoderMethod = "getJumpTargetOpValue";
367 let EncoderMethod = "getSimm19Lsl2Encoding";
373 let EncoderMethod = "getSimm18Lsl3Encoding";
458 let EncoderMethod = "getMemEncoding";
469 let EncoderMethod = "getMSAMemEncoding";
474 let EncoderMethod = "getMemEncoding";
479 let EncoderMethod = "getMemEncoding";
485 let EncoderMethod = "getMemEncoding";
[all …]
H A DMips32r6InstrInfo.td21 let EncoderMethod = "getBranchTarget21OpValue";
28 let EncoderMethod = "getBranchTarget26OpValue";
35 let EncoderMethod = "getJumpOffset16OpValue";
40 let EncoderMethod = "getJumpOffset16OpValue";
H A DMips16InstrInfo.td25 let EncoderMethod = "getMemEncoding";
31 let EncoderMethod = "getMemEncoding";
H A DMipsMSAInstrInfo.td78 let EncoderMethod = "getLSAImmEncoding";
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstrThumb.td112 let EncoderMethod = "getThumbBRTargetOpValue";
118 let EncoderMethod = "getThumbAdrLabelOpValue";
124 let EncoderMethod = "getThumbBCCTargetOpValue";
129 let EncoderMethod = "getThumbCBTargetOpValue";
134 let EncoderMethod = "getThumbBLTargetOpValue";
139 let EncoderMethod = "getThumbBLXTargetOpValue";
146 let EncoderMethod = "getAddrModePCOpValue";
158 let EncoderMethod = "getThumbAddrModeRegRegOpValue";
174 let EncoderMethod = "getThumbAddrModeRegRegOpValue";
182 let EncoderMethod = "getThumbAddrModeRegRegOpValue";
[all …]
H A DARMInstrInfo.td389 let EncoderMethod = "getBranchTargetOpValue";
396 let EncoderMethod = "getUnconditionalBranchTargetOpValue";
402 let EncoderMethod = "getARMBranchTargetOpValue";
410 let EncoderMethod = "getBranchTargetOpValue";
417 let EncoderMethod = "getARMBLTargetOpValue";
422 let EncoderMethod = "getARMBLXTargetOpValue";
429 let EncoderMethod = "getRegisterListOpValue";
439 let EncoderMethod = "getRegisterListOpValue";
447 let EncoderMethod = "getRegisterListOpValue";
466 let EncoderMethod = "getAdrLabelOpValue";
[all …]
H A DARMInstrThumb2.td48 let EncoderMethod = "getT2SORegOpValue";
82 let EncoderMethod = "getT2SOImmOpValue";
154 let EncoderMethod = "getAddrModeImm12OpValue";
162 let EncoderMethod = "getAddrModeImm12OpValue";
175 let EncoderMethod = "getT2AdrLabelOpValue";
183 let EncoderMethod = "getT2AddrModeImm8OpValue";
194 let EncoderMethod = "getT2AddrModeImm8OpValue";
204 let EncoderMethod = "getT2AddrModeImm8OpValue";
222 let EncoderMethod = "getT2AddrModeImm8OffsetOpValue";
229 let EncoderMethod = "getT2AddrModeImm8s4OpValue";
[all …]
H A DARMInstrFormats.td171 let EncoderMethod = "getCCOutOpValue";
179 let EncoderMethod = "getCCOutOpValue";
226 let EncoderMethod = "getShiftRight8Imm";
232 let EncoderMethod = "getShiftRight16Imm";
238 let EncoderMethod = "getShiftRight32Imm";
244 let EncoderMethod = "getShiftRight64Imm";
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp69 std::string EncoderMethod; in CGIOperandList() local
82 EncoderMethod = Rec->getValueAsString("EncoderMethod"); in CGIOperandList()
118 OperandList.push_back(OperandInfo(Rec, ArgName, PrintMethod, EncoderMethod, in CGIOperandList()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td84 let EncoderMethod = "get"##format##dispsize##length##"Encoding";
377 let EncoderMethod = "getPC16DBLEncoding";
381 let EncoderMethod = "getPC32DBLEncoding";
388 let EncoderMethod = "getPC32DBLEncoding";
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td475 let EncoderMethod = "getImm16Encoding";
485 let EncoderMethod = "getImm16Encoding";
498 let EncoderMethod = "getImm16Encoding";
508 let EncoderMethod = "getDirectBrEncoding";
513 let EncoderMethod = "getAbsDirectBrEncoding";
522 let EncoderMethod = "getCondBrEncoding";
527 let EncoderMethod = "getAbsCondBrEncoding";
532 let EncoderMethod = "getDirectBrEncoding";
537 let EncoderMethod = "getAbsDirectBrEncoding";
545 let EncoderMethod = "get_crbitm_encoding";
[all …]
H A DPPCInstr64Bit.td20 let EncoderMethod = "getImm16Encoding";
26 let EncoderMethod = "getImm16Encoding";
35 let EncoderMethod = "getImm16Encoding";
43 let EncoderMethod = "getTLSRegEncoding";
50 let EncoderMethod = "getTLSCallEncoding";
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td201 let EncoderMethod = "getAdrLabelOpValue";
212 let EncoderMethod = "getAdrLabelOpValue";
336 let EncoderMethod = "getFixedPointScaleOpValue";
344 let EncoderMethod = "getFixedPointScaleOpValue";
358 let EncoderMethod = "getVecShiftR8OpValue";
365 let EncoderMethod = "getVecShiftR16OpValue";
372 let EncoderMethod = "getVecShiftR16OpValue";
379 let EncoderMethod = "getVecShiftR32OpValue";
386 let EncoderMethod = "getVecShiftR32OpValue";
393 let EncoderMethod = "getVecShiftR64OpValue";
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td110 let EncoderMethod = "getBranchTargetOpValue";
114 let EncoderMethod = "getBranchPredTargetOpValue";
118 let EncoderMethod = "getBranchOnRegTargetOpValue";
122 let EncoderMethod = "getCallTargetOpValue";
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTarget.td589 string EncoderMethod = "";
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DSIInstrInfo.td238 let EncoderMethod = "getSOPPBrEncoding";