Searched refs:test_byte (Results 1 – 11 of 11) sorted by relevance
15 define <16 x i8> @test_byte(<16 x i8> %a, <16 x i8> %b) {19 ; CHECK-LABEL: @test_byte
26 def test_byte(self): member in TestByte
25 def test_byte(self): member in ReadWriteTests
38 def test_byte(self): member in ReadWriteTests
110 void test_byte (u8 d, u8 s);
37 def test_byte(self): member in Callbacks
18 def test_byte(self): member in CFunctions
1665 test_byte(destval, *srcreg); in x86emuOp_test_byte_RM_R()1672 test_byte(*destreg, *srcreg); in x86emuOp_test_byte_RM_R()2711 test_byte(M.x86.R_AL, (u8)imm); in x86emuOp_test_AL_IMM()4443 test_byte(destval, srcval); in x86emuOp_opcF6_byte_RM()4490 test_byte(*destreg, srcval); in x86emuOp_opcF6_byte_RM()
1787 void test_byte(u8 d, u8 s) in test_byte() function