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

  /external/v8/src/mips64/
assembler-mips64.cc 469 (opcode == COP1 && rs_field == BC1) || // Coprocessor branch.
470 (opcode == COP1 && rs_field == BC1EQZ) ||
471 (opcode == COP1 && rs_field == BC1NEZ);
    [all...]
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.
565 // COP1 Encoding of Function Field When rs=D.
603 // COP1 Encoding of Function Field When rs=W or L.
610 // COP1 CMP positive predicates Bit 5..4 = 00.
627 // COP1 CMP negative predicates Bit 5..4 = 01.
647 MOVZ_C = ((2U << 3) + 2), // COP1 on FPR registers.
648 MOVN_C = ((2U << 3) + 3), // COP1 on FPR registers.
649 SELEQZ_C = ((2U << 3) + 4), // COP1 on FPR registers
    [all...]
simulator-mips64.cc     [all...]
  /external/v8/src/mips/
assembler-mips.cc 488 (opcode == COP1 && rs_field == BC1) || // Coprocessor branch.
489 (opcode == COP1 && rs_field == BC1EQZ) ||
490 (opcode == COP1 && rs_field == BC1NEZ);
    [all...]
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.
536 // COP1 Encoding of Function Field When rs=D.
574 // COP1 Encoding of Function Field When rs=W or L.
581 // COP1 CMP positive predicates Bit 5..4 = 00.
598 // COP1 CMP negative predicates Bit 5..4 = 01.
619 SELEQZ_C = ((2U << 3) + 4), // COP1 on FPR registers.
621 SELNEZ_C = ((2U << 3) + 7), // COP1 on FPR registers.
622 // 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 130 milliseconds