Home
last modified time | relevance | path

Searched refs:MovOpcode (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DLowLevel.cpp138 constexpr uint8_t MovOpcode = 0xb8; in TEST_F() local
140 codeBytes(), MovOpcode | Encoded_GPR_eax(), 0x00, 0x00, 0x00, 0x00, in TEST_F()
141 MovOpcode | Encoded_GPR_ebx(), 0x00, 0x00, 0x00, 0x00, in TEST_F()
142 MovOpcode | Encoded_GPR_ecx(), 0x00, 0x00, 0x00, 0x00, in TEST_F()
143 MovOpcode | Encoded_GPR_edx(), 0x00, 0x00, 0x00, 0x00, in TEST_F()
144 MovOpcode | Encoded_GPR_edi(), 0x00, 0x00, 0x00, 0x00, in TEST_F()
145 MovOpcode | Encoded_GPR_esi(), 0x00, 0x00, 0x00, 0x00, in TEST_F()
146 MovOpcode | Encoded_GPR_ebp(), 0x00, 0x00, 0x00, 0x00, Rex_B, in TEST_F()
147 MovOpcode | (Encoded_GPR_r8() & 7), 0x00, 0x00, 0x00, 0x00, Rex_B, in TEST_F()
148 MovOpcode | (Encoded_GPR_r10() & 7), 0x00, 0x00, 0x00, 0x00, Rex_B, in TEST_F()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DLowLevel.cpp99 constexpr uint8_t MovOpcode = 0xb8; in TEST_F() local
101 codeBytes(), MovOpcode | GPRRegister::Encoded_Reg_eax, 0x00, 0x00, 0x00, in TEST_F()
102 0x00, MovOpcode | GPRRegister::Encoded_Reg_ebx, 0x00, 0x00, 0x00, 0x00, in TEST_F()
103 MovOpcode | GPRRegister::Encoded_Reg_ecx, 0x00, 0x00, 0x00, 0x00, in TEST_F()
104 MovOpcode | GPRRegister::Encoded_Reg_edx, 0x00, 0x00, 0x00, 0x00, in TEST_F()
105 MovOpcode | GPRRegister::Encoded_Reg_edi, 0x00, 0x00, 0x00, 0x00, in TEST_F()
106 MovOpcode | GPRRegister::Encoded_Reg_esi, 0x00, 0x00, 0x00, 0x00); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp2221 unsigned MovOpcode = in X86FastEmitSSESelect() local
2223 unsigned MovReg = fastEmitInst_rrrr(MovOpcode, VR128X, RHSReg, RHSIsKill, in X86FastEmitSSESelect()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp1768 constexpr IValueT MovOpcode = B3 | B2 | B0; // 1101. in mov() local
1769 emitType01(Cond, MovOpcode, Rd, Rn, OpSrc, SetFlags, RdIsPcAndSetFlags, in mov()