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

  /external/v8/src/mips64/
assembler-mips64.cc 472 (opcode == COP1 && rs_field == BC1) || // Coprocessor branch.
473 (opcode == COP1 && rs_field == BC1EQZ) ||
474 (opcode == COP1 && rs_field == BC1NEZ);
    [all...]
constants-mips64.cc 169 case COP1:
constants-mips64.h 334 COP1 = ((2U << 3) + 1) << kOpcodeShift, // Coprocessor 1 class.
523 // COP1 Encoding of rs Field.
538 // COP1 Encoding of Function Field When rs=S.
563 // COP1 Encoding of Function Field When rs=D.
599 // COP1 Encoding of Function Field When rs=W or L.
606 // COP1 CMP positive predicates Bit 5..4 = 00.
623 // COP1 CMP negative predicates Bit 5..4 = 01.
643 MOVZ_C = ((2U << 3) + 2), // COP1 on FPR registers.
644 MOVN_C = ((2U << 3) + 3), // COP1 on FPR registers.
645 SELEQZ_C = ((2U << 3) + 4), // COP1 on FPR registers
    [all...]
simulator-mips64.cc     [all...]
  /external/v8/src/mips/
assembler-mips.cc 491 (opcode == COP1 && rs_field == BC1) || // Coprocessor branch.
492 (opcode == COP1 && rs_field == BC1EQZ) ||
493 (opcode == COP1 && rs_field == BC1NEZ);
    [all...]
constants-mips.cc 169 case COP1:
constants-mips.h 362 COP1 = ((2U << 3) + 1) << kOpcodeShift, // Coprocessor 1 class.
495 // COP1 Encoding of rs Field.
508 // COP1 Encoding of Function Field When rs=S.
534 // COP1 Encoding of Function Field When rs=D.
570 // COP1 Encoding of Function Field When rs=W or L.
577 // COP1 CMP positive predicates Bit 5..4 = 00.
594 // COP1 CMP negative predicates Bit 5..4 = 01.
615 SELEQZ_C = ((2U << 3) + 4), // COP1 on FPR registers.
617 SELNEZ_C = ((2U << 3) + 7), // COP1 on FPR registers.
618 // COP1 Encoding of Function Field When rs=PS
    [all...]
simulator-mips.cc     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
m68k-parse.h 74 COP1,
tc-m68k.c 96 static enum m68k_register m68k_float_copnum = COP1;
    [all...]

Completed in 1608 milliseconds