Home
last modified time | relevance | path

Searched refs:CHECK_NEXT_PARAMETER_MEM (Results 1 - 1 of 1) sorted by relevance

/third_party/vixl/test/aarch64/
H A Dtest-abi.cc78 #define CHECK_NEXT_PARAMETER_MEM(type, mem_op, size) \ in TEST() macro
97 CHECK_NEXT_PARAMETER_MEM(int, MemOperand(sp, 0), kWRegSizeInBytes); in TEST()
98 CHECK_NEXT_PARAMETER_MEM(int, MemOperand(sp, 8), kWRegSizeInBytes); in TEST()
103 CHECK_NEXT_PARAMETER_MEM(double, MemOperand(sp, 16), kDRegSizeInBytes); in TEST()
104 CHECK_NEXT_PARAMETER_MEM(bool, MemOperand(sp, 24), kWRegSizeInBytes); in TEST()
105 CHECK_NEXT_PARAMETER_MEM(short, // NOLINT(google-runtime-int) in TEST()
108 CHECK_NEXT_PARAMETER_MEM(float, MemOperand(sp, 40), kSRegSizeInBytes); in TEST()
109 CHECK_NEXT_PARAMETER_MEM(float, MemOperand(sp, 48), kSRegSizeInBytes); in TEST()

Completed in 1 milliseconds