Searched refs:TEQ (Results 1 - 15 of 15) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | constants-arm.h | 129 TEQ = 9 << 21, // Test Equivalence. enumerator
|
H A D | assembler-arm.cc | 1230 (opcode == TEQ) || (opcode == TST) || (opcode == MOV) || in AddrMode1() 1234 (opcode == TEQ) || (opcode == TST)); in AddrMode1() 1605 AddrMode1(cond | TEQ | S, no_reg, src1, src2); in teq()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | constants-mips64.h | 562 TEQ = ((6U << 3) + 4), 1355 FunctionFieldToBitNumber(TEQ) | FunctionFieldToBitNumber(TNE) | 1942 case TEQ:
|
H A D | assembler-mips64.cc | 2408 SPECIAL | TEQ | rs.code() << kRsShift | rt.code() << kRtShift | code << 6; in teq()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | constants-mips.h | 551 TEQ = ((6U << 3) + 4), 1293 FunctionFieldToBitNumber(TEQ) | FunctionFieldToBitNumber(TNE) | 1845 case TEQ:
|
H A D | assembler-mips.cc | 2269 SPECIAL | TEQ | rs.code() << kRsShift | rt.code() << kRtShift | code << 6; in teq()
|
/third_party/node/deps/v8/src/diagnostics/mips64/ |
H A D | disasm-mips64.cc | 491 case TEQ: in PrintCode() 1629 case TEQ: in DecodeTypeRegisterSPECIAL()
|
/third_party/node/deps/v8/src/diagnostics/mips/ |
H A D | disasm-mips.cc | 450 case TEQ: in PrintCode() 1397 case TEQ: in DecodeTypeRegisterSPECIAL()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 4194 TOut.emitRRI(Mips::TEQ, ZeroReg, ZeroReg, 0x7, IDLoc, STI); in expandDivRem() 4226 TOut.emitRRI(Mips::TEQ, ZeroReg, ZeroReg, 0x7, IDLoc, STI); in expandDivRem() 4246 TOut.emitRRI(Mips::TEQ, RtReg, ZeroReg, 0x7, IDLoc, STI); in expandDivRem() 4292 TOut.emitRRI(Mips::TEQ, RsReg, ATReg, 0x6, IDLoc, STI); in expandDivRem()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 1947 emitInst(Mips::TEQ).addReg(Src1Reg).addReg(Mips::ZERO).addImm(7); in selectDivRem()
|
H A D | MipsISelLowering.cpp | 1276 TII.get(IsMicroMips ? Mips::TEQ_MM : Mips::TEQ)) in insertDivByZeroTrap()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.cc | 251 EmitType01(cond, o.type(), TEQ, 1, rn, R0, o);
|
/third_party/node/deps/v8/src/execution/arm/ |
H A D | simulator-arm.cc | 2519 case TEQ: { in DecodeType01()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 4157 case TEQ: in DecodeTypeRegisterSPECIAL()
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 4057 case TEQ: in DecodeTypeRegisterSPECIAL()
|
Completed in 114 milliseconds