/external/v8/src/mips/ |
D | constants-mips.cc | 207 case TEQ: in IsTrap() 250 case TEQ: in InstructionType()
|
D | disasm-mips.cc | 279 case TEQ: in PrintCode() 786 case TEQ: in DecodeTypeRegister()
|
D | constants-mips.h | 412 TEQ = ((6 << 3) + 4), enumerator
|
D | simulator-mips.cc | 2067 case TEQ: in ConfigureTypeRegister() 2614 case TEQ: in DecodeTypeRegister()
|
D | assembler-mips.cc | 1850 SPECIAL | TEQ | rs.code() << kRsShift | rt.code() << kRtShift | code << 6; in teq()
|
/external/v8/src/mips64/ |
D | constants-mips64.cc | 207 case TEQ: in IsTrap() 267 case TEQ: in InstructionType()
|
D | disasm-mips64.cc | 280 case TEQ: in PrintCode() 913 case TEQ: in DecodeTypeRegister()
|
D | constants-mips64.h | 400 TEQ = ((6 << 3) + 4), enumerator
|
D | simulator-mips64.cc | 2190 case TEQ: in ConfigureTypeRegister() 2732 case TEQ: in DecodeTypeRegister()
|
D | assembler-mips64.cc | 2045 SPECIAL | TEQ | rs.code() << kRsShift | rt.code() << kRtShift | code << 6; in teq()
|
/external/tremolo/Tremolo/ |
D | mdctLARM.s | 69 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range 74 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range 79 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range 84 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range 100 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range 137 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range 142 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range 147 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range 152 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range 169 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range [all …]
|
D | mdctARM.s | 71 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range 76 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range 81 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range 86 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range 102 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range 139 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range 144 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range 149 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range 154 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range 171 TEQ r14,r14,ASR #31 @ if r14==0 || r14==-1 then in range [all …]
|
/external/v8/src/arm/ |
D | constants-arm.h | 139 TEQ = 9 << 21, // Test Equivalence. enumerator
|
D | disasm-arm.cc | 897 case TEQ: { in DecodeType01()
|
D | simulator-arm.cc | 2383 case TEQ: { in DecodeType01()
|
D | assembler-arm.cc | 1437 addrmod1(cond | TEQ | S, src1, r0, src2); in teq()
|
/external/llvm/test/MC/ARM/ |
D | diagnostics.s | 664 TEQ r7, #-2149, #0 665 TEQ r7, #100, #1
|
D | basic-thumb2-instructions.s | 3185 @ TEQ
|
D | basic-arm-instructions.s | 3110 @ TEQ
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.td | 1244 def TEQ : MMRel, TEQ_FT<"teq", GPR32Opnd>, TEQ_FM<0x34>, ISA_MIPS2; 1611 (TEQ GPR32Opnd:$rs, GPR32Opnd:$rt, 0), 1>, ISA_MIPS2;
|
D | MipsISelLowering.cpp | 890 MIB = BuildMI(MBB, std::next(I), MI->getDebugLoc(), TII.get(Mips::TEQ)) in insertDivByZeroTrap()
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | basic-arm-instructions.txt | 2142 # TEQ
|
D | thumb2.txt | 2283 # TEQ
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.td | 4395 // Note that TST/TEQ don't set all the same flags that CMP does! 4400 defm TEQ : AI1_cmp_irs<0b1001, "teq",
|