Home
last modified time | relevance | path

Searched refs:setcc (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DLocked.cpp278 __ setcc(Cond::Br_e, dwordAddress(ZeroFlag)); \ in TEST_F()
348 __ setcc(Cond::Br_e, dwordAddress(ZeroFlag)); \ in TEST_F()
H A DGPRArith.cpp57 __ setcc(Cond::Br_##C, ByteRegister(GPRRegister::Encoded_Reg_##Dest)); \ in TEST_F()
58 __ setcc(Cond::Br_##C, dwordAddress(T0)); \ in TEST_F()
1753 __ setcc(Cond::Br_b, ByteRegister::Encoded_8_Reg_al); \ in TEST_F()
1808 __ setcc(Cond::Br_e, dwordAddress(ZeroFlag)); \ in TEST_F()
1832 __ setcc(Cond::Br_e, dwordAddress(ZeroFlag)); \ in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DLocked.cpp305 __ setcc(Cond::Br_e, dwordAddress(ZeroFlag)); \ in TEST_F()
375 __ setcc(Cond::Br_e, dwordAddress(ZeroFlag)); \ in TEST_F()
H A DGPRArith.cpp44 __ setcc(Cond::Br_##C, Encoded_Bytereg_##Dest()); \ in TEST_F()
45 __ setcc(Cond::Br_##C, dwordAddress(T0)); \ in TEST_F()
1761 __ setcc(Cond::Br_b, ByteRegister::Encoded_8_Reg_al); \ in TEST_F()
1822 __ setcc(Cond::Br_e, dwordAddress(ZeroFlag)); \ in TEST_F()
1845 __ setcc(Cond::Br_e, dwordAddress(ZeroFlag)); \ in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.h474 void setcc(BrCond condition, ByteRegister dst);
475 void setcc(BrCond condition, const AsmAddress &address);
H A DIceAssemblerX8664.h491 void setcc(BrCond condition, ByteRegister dst);
492 void setcc(BrCond condition, const AsmAddress &address);
H A DIceInstX8632.cpp2705 Asm->setcc(Condition,
2708 Asm->setcc(Condition, AsmAddress(this->getDest(), Target));
2716 Str << "setcc." << InstBrAttributes[Condition].DisplayString << " ";
H A DIceInstX8664.cpp2632 Asm->setcc(Condition,
2635 Asm->setcc(Condition, AsmAddress(this->getDest(), Target));
2643 Str << "setcc." << InstBrAttributes[Condition].DisplayString << " ";
H A DIceAssemblerX8632.cpp265 void AssemblerX8632::setcc(BrCond condition, ByteRegister dst) { in setcc() function in Ice::X8632::AssemblerX8632
272 void AssemblerX8632::setcc(BrCond condition, const AsmAddress &address) { in setcc() function in Ice::X8632::AssemblerX8632
H A DIceAssemblerX8664.cpp245 void AssemblerX8664::setcc(BrCond condition, ByteRegister dst) { in setcc() function in Ice::X8664::AssemblerX8664
253 void AssemblerX8664::setcc(BrCond condition, const AsmAddress &address) { in setcc() function in Ice::X8664::AssemblerX8664
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h2180 setcc(equal, dst); in emit_i32_eqz()
2189 setcc(cond, dst); in emit_i32_set_cond()
2195 setcc(equal, dst); in emit_i64_eqz()
2204 setcc(cond, dst); in emit_i64_set_cond()
2227 assm->setcc(cond, dst); in EmitFloatSetCond()
2367 assm->setcc(not_equal, dst.gp()); in EmitAnyTrue()
2382 assm->setcc(equal, dst.gp()); in EmitAllTrue()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h2509 assm->setcc(cond, tmp_byte_reg); in setcc_32_no_spill()
2577 Label setcc; in emit_i64_set_cond() local
2579 // Compare high word first. If it differs, use if for the setcc. If it's in emit_i64_set_cond()
2580 // equal, compare the low word and use that for setcc. in emit_i64_set_cond()
2582 j(not_equal, &setcc, Label::kNear); in emit_i64_set_cond()
2586 // word, emit a separete setcc sequence for the low word. in emit_i64_set_cond()
2590 bind(&setcc); in emit_i64_set_cond()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc989 __ setcc(equal, dst); \
1190 // Transform setcc + movzxbl into xorl + setcc to avoid register stall and in AssembleArchInstruction()
4171 __ setcc(not_equal, dst); in AssembleArchInstruction()
4556 __ setcc(FlagsConditionToCondition(condition), reg); in AssembleArchBoolean()
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h851 void setcc(Condition cc, Register reg);
H A Dassembler-ia32.cc2140 void Assembler::setcc(Condition cc, Register reg) { in setcc() function in v8::internal::Assembler
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc3836 // setcc for byte registers (al, bl, cl, dl). in AssembleArchBoolean()
3837 __ setcc(cc, reg); in AssembleArchBoolean()
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.cc2148 void Assembler::setcc(Condition cc, Register reg) { in setcc() function in v8::internal::Assembler
H A Dassembler-x64.h772 void setcc(Condition cc, Register reg);

Completed in 78 milliseconds