Searched refs:operand (Results 1 – 12 of 12) sorted by relevance
4 LOCAL_MODULE := issue54465-invalid-asm-operand-out-of-range5 LOCAL_SRC_FILES := issue54465-invalid-asm-operand-out-of-range.cpp
55 reference_content(const reference_content& operand) in reference_content() argument56 : content_( operand.content_ ) in reference_content()
383 uint8_t operand; in parseInstructions() local679 operand = opcode & 0x3F; in parseInstructions()682 reg = operand; in parseInstructions()688 fprintf(stderr, "DW_CFA_offset(reg=%d, offset=%lld)\n", operand, in parseInstructions()692 codeOffset += operand * cieInfo.codeAlignFactor; in parseInstructions()698 reg = operand; in parseInstructions()
15 # ~ binary NOT (between one binary operand)
197 Here the `CONFIG_SHELL=/bin/bash' operand causes subsequent
160 * when a \ is used to escape the character that would terminate an operand
383 "signal: illegal operand; address of failing instruction: 0x%08lx",1031 "operand of floating point operation is denormal" );
623 #~ msgid "operand of unlimited repeat could match the empty string"
234 // two-operand version).
489 error: invalid 'asm': operand number out of range"1221 expects wrong operand type when sign-extend from char.