HomeSort by relevance Sort by last modified time
    Searched defs:Opcode (Results 251 - 275 of 498) sorted by null

<<11121314151617181920

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/MCParser/
MCTargetAsmParser.h 178 // the type of the expected operand. Opcode is the opcode of the encoding.
181 unsigned OperandClass, unsigned Opcode,
187 Result.MissedOperand.Opcode = Opcode;
194 // was not provided. Opcode is the instruction encoding.
196 unsigned Opcode) {
200 Result.TooFewOperands.Opcode = Opcode;
225 // Opcode of the encoding we were trying to match
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ObjectYAML/
DWARFYAML.h 118 dwarf::LineNumberOps Opcode;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/MCParser/
MCTargetAsmParser.h 178 // the type of the expected operand. Opcode is the opcode of the encoding.
181 unsigned OperandClass, unsigned Opcode,
187 Result.MissedOperand.Opcode = Opcode;
194 // was not provided. Opcode is the instruction encoding.
196 unsigned Opcode) {
200 Result.TooFewOperands.Opcode = Opcode;
225 // Opcode of the encoding we were trying to match
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ObjectYAML/
DWARFYAML.h 118 dwarf::LineNumberOps Opcode;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
DWARFYAML.h 117 dwarf::LineNumberOps Opcode;
MachOYAML.h 70 MachO::RebaseOpcode Opcode;
76 MachO::BindOpcode Opcode;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ObjectYAML/
DWARFYAML.h 117 dwarf::LineNumberOps Opcode;
MachOYAML.h 70 MachO::RebaseOpcode Opcode;
76 MachO::BindOpcode Opcode;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
DWARFYAML.h 117 dwarf::LineNumberOps Opcode;
MachOYAML.h 70 MachO::RebaseOpcode Opcode;
76 MachO::BindOpcode Opcode;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/MCParser/
MCTargetAsmParser.h 178 // the type of the expected operand. Opcode is the opcode of the encoding.
181 unsigned OperandClass, unsigned Opcode,
187 Result.MissedOperand.Opcode = Opcode;
194 // was not provided. Opcode is the instruction encoding.
196 unsigned Opcode) {
200 Result.TooFewOperands.Opcode = Opcode;
225 // Opcode of the encoding we were trying to match
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ObjectYAML/
DWARFYAML.h 118 dwarf::LineNumberOps Opcode;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/MCParser/
MCTargetAsmParser.h 178 // the type of the expected operand. Opcode is the opcode of the encoding.
181 unsigned OperandClass, unsigned Opcode,
187 Result.MissedOperand.Opcode = Opcode;
194 // was not provided. Opcode is the instruction encoding.
196 unsigned Opcode) {
200 Result.TooFewOperands.Opcode = Opcode;
225 // Opcode of the encoding we were trying to match
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ObjectYAML/
DWARFYAML.h 118 dwarf::LineNumberOps Opcode;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/MCParser/
MCTargetAsmParser.h 178 // the type of the expected operand. Opcode is the opcode of the encoding.
181 unsigned OperandClass, unsigned Opcode,
187 Result.MissedOperand.Opcode = Opcode;
194 // was not provided. Opcode is the instruction encoding.
196 unsigned Opcode) {
200 Result.TooFewOperands.Opcode = Opcode;
225 // Opcode of the encoding we were trying to match
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ObjectYAML/
DWARFYAML.h 118 dwarf::LineNumberOps Opcode;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/MCParser/
MCTargetAsmParser.h 178 // the type of the expected operand. Opcode is the opcode of the encoding.
181 unsigned OperandClass, unsigned Opcode,
187 Result.MissedOperand.Opcode = Opcode;
194 // was not provided. Opcode is the instruction encoding.
196 unsigned Opcode) {
200 Result.TooFewOperands.Opcode = Opcode;
225 // Opcode of the encoding we were trying to match
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ObjectYAML/
DWARFYAML.h 118 dwarf::LineNumberOps Opcode;
  /system/bt/include/hardware/avrcp/
avrcp_common.h 42 enum class Opcode : uint8_t {
  /art/libdexfile/dex/
dex_instruction.h 84 #define INSTRUCTION_ENUM(opcode, cname, p, f, i, a, e, v) cname = (opcode),
151 kExperimental = 0x80, // is an experimental opcode
168 kStore = 0x0080000, // store opcode
169 kLoad = 0x0100000, // load opcode
221 int8_t result = kInstructionDescriptors[Opcode()].size_in_code_units;
231 const int8_t result = kInstructionDescriptors[Opcode()].size_in_code_units;
253 DCHECK(FormatOf(Opcode()) >= k10x && FormatOf(Opcode()) <= k10t);
259 DCHECK(FormatOf(Opcode()) >= k20t && FormatOf(Opcode()) <= k22c)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
EbcExecute.c 1277 { ExecuteBREAK }, // opcode 0x00
1278 { ExecuteJMP }, // opcode 0x01
1279 { ExecuteJMP8 }, // opcode 0x02
1280 { ExecuteCALL }, // opcode 0x03
1281 { ExecuteRET }, // opcode 0x04
1282 { ExecuteCMP }, // opcode 0x05 CMPeq
1283 { ExecuteCMP }, // opcode 0x06 CMPlte
1284 { ExecuteCMP }, // opcode 0x07 CMPgte
1285 { ExecuteCMP }, // opcode 0x08 CMPulte
1286 { ExecuteCMP }, // opcode 0x09 CMPugte
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalNvmeMode.c 537 DEBUG ((DEBUG_INFO, "Invalid Command Opcode\n"));
947 Sq->Opc = Packet->NvmeCmd->Cdw0.Opcode;
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/xml/
ASMContentHandler.java 153 * Map of the opcode names to opcode and opcode group
157 OPCODES.put("NOP", new Opcode(NOP, OpcodeGroup.INSN));
158 OPCODES.put("ACONST_NULL", new Opcode(ACONST_NULL, OpcodeGroup.INSN));
159 OPCODES.put("ICONST_M1", new Opcode(ICONST_M1, OpcodeGroup.INSN));
160 OPCODES.put("ICONST_0", new Opcode(ICONST_0, OpcodeGroup.INSN));
161 OPCODES.put("ICONST_1", new Opcode(ICONST_1, OpcodeGroup.INSN));
162 OPCODES.put("ICONST_2", new Opcode(ICONST_2, OpcodeGroup.INSN));
163 OPCODES.put("ICONST_3", new Opcode(ICONST_3, OpcodeGroup.INSN))
1204 public int opcode; field in class:ASMContentHandler.Opcode
    [all...]
  /external/capstone/arch/AArch64/
AArch64Disassembler.c     [all...]
  /external/capstone/arch/ARM/
ARMInstPrinter.c 257 //printf(">> Opcode = %u\n", mci->Opcode);
258 switch(mci->Opcode) {
309 //printf(">> Opcode = %u\n", mci->Opcode);
310 switch(mci->Opcode) {
390 // printf(">>> id: %u, mcid: %u\n", insn->id, mci->Opcode);
391 switch(mci->Opcode) {
408 unsigned Opcode = MCInst_getOpcode(MI), tmp, i, pubOpcode;
410 switch(Opcode) {
    [all...]

Completed in 2216 milliseconds

<<11121314151617181920