Home
last modified time | relevance | path

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

/external/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 …]
/external/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()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/X86/
DTarget.cpp447 static MCInst fillStackSpace(unsigned MovOpcode, unsigned OffsetBytes, in fillStackSpace() argument
449 return MCInstBuilder(MovOpcode) in fillStackSpace()
/external/llvm-project/llvm/lib/Target/X86/
DX86FastISel.cpp2237 unsigned MovOpcode = in X86FastEmitSSESelect() local
2239 unsigned MovReg = fastEmitInst_rrrr(MovOpcode, VR128X, RHSReg, RHSIsKill, in X86FastEmitSSESelect()
/external/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()
/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp1770 constexpr IValueT MovOpcode = B3 | B2 | B0; // 1101. in mov() local
1771 emitType01(Cond, MovOpcode, Rd, Rn, OpSrc, SetFlags, RdIsPcAndSetFlags, in mov()