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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
maverick.c 183 #define CDP2(insname, var, cpnum, opcode1, opcode2, reg1name, reg2name) \
185 (14 << 24) | ((opcode1) << 20) | ((cpnum) << 8) | ((opcode2) << 5), \
189 #define CDP2fx(insname, opcode1, opcode2) \
190 CDP2 (insname, 32, 5, opcode1, opcode2, "fx", "fx")
193 #define CDP2dx(insname, opcode1, opcode2) \
194 CDP2 (insname, 64, 5, opcode1, opcode2, "dx", "dx")
197 #define CDP2f(insname, opcode1, opcode2) \
198 CDP2 (insname, s, 4, opcode1, opcode2, "f", "f")
201 #define CDP2d(insname, opcode1, opcode2) \
202 CDP2 (insname, d, 4, opcode1, opcode2, "d", "d"
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
tic54x-dis.c 124 if (tm->opcode2 == (data2 & tm->mask2))
182 unsigned long opcode2 = 0; local
196 lkaddr = opcode2 = bfd_getl16 (buf);
202 opcode2 = bfd_getl16 (buf);
258 (*(info->print_address_func)) ((bfd_vma) opcode2, info);
262 opcode2 += ((unsigned long) opcode & 0x7F) << 16;
266 (*(info->print_address_func)) ((bfd_vma) opcode2, info);
281 sprintf (operand[i], "pa%d", (unsigned) opcode2);
285 src = SRC (ext ? opcode2 : opcode) ? OP_B : OP_A;
290 src = SRC1 (ext ? opcode2 : opcode) ? OP_B : OP_A
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
Opcode.java 277 public static boolean isBetween(Opcode opcode, Opcode opcode1, Opcode opcode2) {
278 return (opcode.ordinal() >= opcode1.ordinal() && opcode.ordinal() <= opcode2.ordinal());
  /toolchain/binutils/binutils-2.25/gas/config/
tc-d10v.c 960 struct d10v_opcode *opcode2,
970 && ((opcode1->exec_type & PARONLY) || (opcode2->exec_type & PARONLY)))
973 if ((opcode1->format & LONG_OPCODE) || (opcode2->format & LONG_OPCODE))
986 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type))
991 else if (opcode2->unit == MU)
1005 if (opcode1->exec_type & SEQ || opcode2->exec_type & SEQ)
1010 if (opcode2->unit == IU)
1016 else if (opcode2->unit == MU)
1026 check_resource_conflict (opcode1, insn1, opcode2, insn2);
1032 else if (opcode2->unit == MU || opcode2->unit == EITHER
    [all...]
tc-d30v.c 937 struct d30v_insn *opcode2,
967 && parallel_ok (opcode1, insn1, opcode2, insn2, exec_type)
971 ( opcode2->op->unit == EITHER_BUT_PREFER_MU
972 || opcode2->op->unit == MU)))
978 || opcode2->op->unit == MU
979 || opcode2->op->unit == EITHER_BUT_PREFER_MU)
1008 if (opcode2->op->unit == EITHER_BUT_PREFER_MU)
1032 if (! parallel_ok (opcode1, insn1, opcode2, insn2, exec_type))
1036 if (opcode2->op->unit == IU)
1041 else if (opcode2->op->unit == MU
    [all...]
tc-tic54x.c     [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
tic54x.h 145 unsigned short opcode2, mask2; /* some insns have an extended opcode */ member in struct:_template
  /art/disassembler/
disassembler_x86.cc 327 const char* opcode2 = ""; // Sub-opcode. E.g., jump type. local
422 opcode2 = condition_codes[*instr & 0xF];
665 opcode2 = condition_codes[*instr & 0xF];
689 opcode2 = "pd";
692 opcode2 = "sd";
695 opcode2 = "ss";
698 opcode2 = "ps";
931 opcode2 = condition_codes[*instr & 0xF];
937 opcode2 = condition_codes[*instr & 0xF]
    [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 813 InstructionCode opcode2, Node* node) {
832 selector->Emit(opcode2, g.DefineSameAsFirst(node),
    [all...]
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc 839 InstructionCode opcode2, Node* node) {
858 selector->Emit(opcode2, g.DefineSameAsFirst(node),
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 12824 UInt opcode2 = INSN(4,0); local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 748 milliseconds