Home
last modified time | relevance | path

Searched refs:TEQ (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h129 TEQ = 9 << 21, // Test Equivalence. enumerator
H A Dassembler-arm.cc1230 (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 Dconstants-mips64.h562 TEQ = ((6U << 3) + 4),
1355 FunctionFieldToBitNumber(TEQ) | FunctionFieldToBitNumber(TNE) |
1942 case TEQ:
H A Dassembler-mips64.cc2408 SPECIAL | TEQ | rs.code() << kRsShift | rt.code() << kRtShift | code << 6; in teq()
/third_party/node/deps/v8/src/codegen/mips/
H A Dconstants-mips.h551 TEQ = ((6U << 3) + 4),
1293 FunctionFieldToBitNumber(TEQ) | FunctionFieldToBitNumber(TNE) |
1845 case TEQ:
H A Dassembler-mips.cc2269 SPECIAL | TEQ | rs.code() << kRsShift | rt.code() << kRtShift | code << 6; in teq()
/third_party/node/deps/v8/src/diagnostics/mips64/
H A Ddisasm-mips64.cc491 case TEQ: in PrintCode()
1629 case TEQ: in DecodeTypeRegisterSPECIAL()
/third_party/node/deps/v8/src/diagnostics/mips/
H A Ddisasm-mips.cc450 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 DMipsAsmParser.cpp4194 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 DMipsFastISel.cpp1947 emitInst(Mips::TEQ).addReg(Src1Reg).addReg(Mips::ZERO).addImm(7); in selectDivRem()
H A DMipsISelLowering.cpp1276 TII.get(IsMicroMips ? Mips::TEQ_MM : Mips::TEQ)) in insertDivByZeroTrap()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc251 EmitType01(cond, o.type(), TEQ, 1, rn, R0, o);
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc2519 case TEQ: { in DecodeType01()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc4157 case TEQ: in DecodeTypeRegisterSPECIAL()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc4057 case TEQ: in DecodeTypeRegisterSPECIAL()

Completed in 86 milliseconds