Home
last modified time | relevance | path

Searched refs:encodeInstruction (Results 1 – 25 of 108) sorted by relevance

12345

/aosp_15_r20/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfGeneratorTest.kt440 byteArrayOf(encodeInstruction(opcode = 0, immLength = 0, register = 0)), in testApfInstructionsEncoding()
453 byteArrayOf(encodeInstruction(opcode = 0, immLength = 0, register = 1)), in testApfInstructionsEncoding()
467 encodeInstruction(opcode = 0, immLength = 1, register = 0), in testApfInstructionsEncoding()
483 encodeInstruction(opcode = 0, immLength = 2, register = 1), in testApfInstructionsEncoding()
500 encodeInstruction(opcode = 0, immLength = 1, register = 0), in testApfInstructionsEncoding()
516 encodeInstruction(opcode = 0, immLength = 1, register = 1), in testApfInstructionsEncoding()
534 encodeInstruction(opcode = 21, immLength = 1, register = 0), in testApfInstructionsEncoding()
536 encodeInstruction(opcode = 21, immLength = 1, register = 1), in testApfInstructionsEncoding()
555 encodeInstruction(opcode = 21, immLength = 1, register = 0), in testApfInstructionsEncoding()
557 encodeInstruction(opcode = 21, immLength = 1, register = 1), 37, 30, 40, 50, 1, 0 in testApfInstructionsEncoding()
[all …]
/aosp_15_r20/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp43 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
56 void WebAssemblyMCCodeEmitter::encodeInstruction( in encodeInstruction() function in WebAssemblyMCCodeEmitter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVMCCodeEmitter.cpp46 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
104 void SPIRVMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in SPIRVMCCodeEmitter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/MCTargetDesc/
H A DVEMCCodeEmitter.cpp51 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
80 void VEMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in VEMCCodeEmitter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCCodeEmitter.cpp61 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
110 void BPFMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in BPFMCCodeEmitter
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCCodeEmitter.cpp61 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
118 void BPFMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in BPFMCCodeEmitter
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCCodeEmitter.cpp77 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
82 void MSP430MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in llvm::MSP430MCCodeEmitter
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600MCCodeEmitter.cpp45 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
86 void R600MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in R600MCCodeEmitter
H A DSIMCCodeEmitter.cpp54 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
191 void SIMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in SIMCCodeEmitter
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600MCCodeEmitter.cpp48 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
99 void R600MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in R600MCCodeEmitter
/aosp_15_r20/external/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCCodeEmitter.cpp58 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
108 void BPFMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in BPFMCCodeEmitter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600MCCodeEmitter.cpp42 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
87 void R600MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in R600MCCodeEmitter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCCodeEmitter.cpp77 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
82 void MSP430MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in llvm::MSP430MCCodeEmitter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp46 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
59 void WebAssemblyMCCodeEmitter::encodeInstruction( in encodeInstruction() function in WebAssemblyMCCodeEmitter
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp46 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
59 void WebAssemblyMCCodeEmitter::encodeInstruction( in encodeInstruction() function in WebAssemblyMCCodeEmitter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMCCodeEmitter.cpp68 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
202 void M68kMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in M68kMCCodeEmitter
/aosp_15_r20/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCCodeEmitter.cpp45 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
83 void SparcMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in SparcMCCodeEmitter
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCCodeEmitter.cpp56 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
94 void SparcMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in SparcMCCodeEmitter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCCodeEmitter.cpp56 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
90 void SparcMCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in SparcMCCodeEmitter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCCodeEmitter.cpp42 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
276 void LoongArchMCCodeEmitter::encodeInstruction( in encodeInstruction() function in LoongArchMCCodeEmitter
/aosp_15_r20/external/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCCodeEmitter.cpp82 void encodeInstruction(const MCInst &Inst, raw_ostream &Ostream,
175 void LanaiMCCodeEmitter::encodeInstruction( in encodeInstruction() function in llvm::__anon021719210111::LanaiMCCodeEmitter
/aosp_15_r20/external/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCCodeEmitter.cpp40 void encodeInstruction(const MCInst &MI, raw_ostream &OS,
123 encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction() function in SystemZMCCodeEmitter
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCCodeEmitter.cpp77 void encodeInstruction(const MCInst &Inst, raw_ostream &Ostream,
172 void LanaiMCCodeEmitter::encodeInstruction( in encodeInstruction() function in llvm::LanaiMCCodeEmitter
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.cpp292 InstEmitter->encodeInstruction(TmpInst, CodeStream, Fixups, STI); in emitInstruction()
313 DumpCodeInstEmitter->encodeInstruction( in emitInstruction()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCCodeEmitter.cpp77 void encodeInstruction(const MCInst &Inst, raw_ostream &Ostream,
172 void LanaiMCCodeEmitter::encodeInstruction( in encodeInstruction() function in llvm::LanaiMCCodeEmitter

12345