HomeSort by relevance Sort by last modified time
    Searched defs:AddressReg (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/program/
prog_execute.h 67 GLint AddressReg[MAX_PROGRAM_ADDRESS_REGS][4];
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmInstrumentation.cpp 52 // AddressReg to compute address of a memory cells which are accessed
58 // PUSH AddressReg # spill AddressReg
60 // LEA MemOp, AddressReg # compute address of the memory operand
61 // MOV AddressReg, ShadowReg
63 // # ShadowOffset(AddressReg >> 3) contains address of a shadow
67 // MOV AddressReg, RDI
68 // # Call __asan_report function with AddressReg as an argument
72 // POP AddressReg # Restore AddressReg
    [all...]

Completed in 234 milliseconds