HomeSort by relevance Sort by last modified time
    Searched refs:regName (Results 1 - 17 of 17) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
MBlazeAsmLexer.cpp 48 const char *regName = info->getName(i);
49 if (regName)
50 RegisterMap[regName] = i;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
ARMAsmLexer.cpp 49 const char *regName = info->getName(i);
50 if (regName)
51 RegisterMap[regName] = i;
  /external/capstone/bindings/java/
TestX86.java 70 ins.regName(operands.sibBase), ins.regName(operands.sibIndex), operands.sibScale);
100 System.out.printf("\t\toperands[%d].type: REG = %s\n", c, ins.regName(i.value.reg));
107 String segment = ins.regName(i.value.mem.segment);
108 String base = ins.regName(i.value.mem.base);
109 String index = ins.regName(i.value.mem.index);
TestSparc.java 45 System.out.printf("\t\toperands[%d].type: REG = %s\n", c, ins.regName(i.value.reg));
51 System.out.printf("\t\t\toperands[%d].mem.base: REG = %s\n", c, ins.regName(i.value.mem.base));
53 System.out.printf("\t\t\toperands[%d].mem.index: REG = %s\n", c, ins.regName(i.value.mem.index));
TestSystemz.java 44 System.out.printf("\t\toperands[%d].type: REG = %s\n", c, ins.regName(i.value.reg));
52 System.out.printf("\t\t\toperands[%d].mem.base: REG = %s\n", c, ins.regName(i.value.mem.base));
54 System.out.printf("\t\t\toperands[%d].mem.index: REG = %s\n", c, ins.regName(i.value.mem.index));
TestXcore.java 43 System.out.printf("\t\toperands[%d].type: REG = %s\n", c, ins.regName(i.value.reg));
49 System.out.printf("\t\t\toperands[%d].mem.base: REG = %s\n", c, ins.regName(i.value.mem.base));
51 System.out.printf("\t\t\toperands[%d].mem.index: REG = %s\n", c, ins.regName(i.value.mem.index));
TestMips.java 46 System.out.printf("\t\toperands[%d].type: REG = %s\n", c, ins.regName(i.value.reg));
51 String base = ins.regName(i.value.mem.base);
TestPpc.java 44 System.out.printf("\t\toperands[%d].type: REG = %s\n", c, ins.regName(i.value.reg));
50 System.out.printf("\t\t\toperands[%d].mem.base: REG = %s\n", c, ins.regName(i.value.mem.base));
TestArm.java 50 System.out.printf("\t\toperands[%d].type: REG = %s\n", c, ins.regName(i.value.reg));
63 String base = ins.regName(i.value.mem.base);
64 String index = ins.regName(i.value.mem.index);
TestArm64.java 45 System.out.printf("\t\toperands[%d].type: REG = %s\n", c, ins.regName(i.value.reg));
63 String base = ins.regName(i.value.mem.base);
64 String index = ins.regName(i.value.mem.index);
  /external/swiftshader/third_party/LLVM/include/llvm-c/
EnhancedDisassembly.h 111 @param regName A pointer whose target will be pointed at the name of the
117 int EDGetRegisterName(const char** regName,
  /external/swiftshader/third_party/LLVM/tools/edis/
EDMain.cpp 50 int EDGetRegisterName(const char** regName,
56 *regName = name;
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
Disassembler.cpp 208 if (const char *regName = disassembler.nameWithRegisterID(R))
209 Out << "[" << regName << "/" << R << "]";
  /external/capstone/bindings/vb6/
Module1.bas 616 Function regName(hEngine As Long, regID As Long) As String
619 regName = cstr2vb(lpStr)
620 If Len(regName) = 0 Or DEBUG_DUMP Then regName = regName & " (" & Hex(regID) & ")"
mMisc.bas 123 regCol2Str = regCol2Str & regName(hEngine, CLng(v)) & ", "
  /external/capstone/bindings/java/capstone/
Capstone.java 225 public String regName(int reg_id) {
  /external/python/cpython3/Tools/msi/bundle/bootstrap/
PythonBootstrapperApplication.cpp 200 static struct { LPCWSTR regName; LPCWSTR variableName; } OPTIONAL_FEATURES[] = {
    [all...]

Completed in 2309 milliseconds