Lines Matching refs:BytesP
29 uint8_t *BytesP = Bytes; in TEST() local
42 LLVMDisasmInstruction(DCR, BytesP, 0, PC, OutString, OutStringSize); in TEST()
45 InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString, in TEST()
50 BytesP += InstSize; in TEST()
53 InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString, in TEST()
58 BytesP += InstSize; in TEST()
61 InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString, in TEST()
75 uint8_t *BytesP = Bytes; in TEST() local
87 InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString, in TEST()
92 BytesP += InstSize; in TEST()
95 InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString, in TEST()
101 BytesP += InstSize; in TEST()
104 InstSize = LLVMDisasmInstruction(DCR, BytesP, NumBytes, PC, OutString, in TEST()