Searched refs:SPECIAL3 (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/mips/ |
D | constants-mips.cc | 269 case SPECIAL3: in InstructionType()
|
D | constants-mips.h | 342 SPECIAL3 = ((3 << 3) + 7) << kOpcodeShift, enumerator
|
D | disasm-mips.cc | 829 case SPECIAL3: in DecodeTypeRegister()
|
D | simulator-mips.cc | 2100 case SPECIAL3: in ConfigureTypeRegister() 2653 case SPECIAL3: in DecodeTypeRegister()
|
D | assembler-mips.cc | 1936 GenInstrRegister(SPECIAL3, rs, rt, pos + size - 1, pos, INS); in ins_() 1944 GenInstrRegister(SPECIAL3, rs, rt, size - 1, pos, EXT); in ext_()
|
/external/v8/src/mips64/ |
D | constants-mips64.cc | 286 case SPECIAL3: in InstructionType()
|
D | constants-mips64.h | 311 SPECIAL3 = ((3 << 3) + 7) << kOpcodeShift, enumerator
|
D | disasm-mips64.cc | 956 case SPECIAL3: in DecodeTypeRegister()
|
D | simulator-mips64.cc | 2226 case SPECIAL3: in ConfigureTypeRegister() 2779 case SPECIAL3: in DecodeTypeRegister()
|
D | assembler-mips64.cc | 2183 GenInstrRegister(SPECIAL3, rs, rt, pos + size - 1, pos, INS); in ins_() 2191 GenInstrRegister(SPECIAL3, rs, rt, size - 1, pos, EXT); in ext_()
|