Lines Matching defs:Format

1232 // Unsupported instructions use Format to print an error and stop execution.
1233 void Simulator::Format(Instruction* instr, const char* format) {
1901 // Format(instr, "mul'cond's 'rn, 'rm, 'rs");
1913 Format(instr, "mla'cond's 'rn, 'rm, 'rs, 'rd");
1925 // Format(instr, "'um'al'cond's 'rd, 'rn, 'rs, 'rm");
1964 // Format(instr, "'memop'cond'sign'h 'rd, ['rn], -'rm");
1972 // Format(instr, "'memop'cond'sign'h 'rd, ['rn], +'rm");
1980 // Format(instr, "'memop'cond'sign'h 'rd, ['rn, -'rm]'w");
1989 // Format(instr, "'memop'cond'sign'h 'rd, ['rn, +'rm]'w");
2007 // Format(instr, "'memop'cond'sign'h 'rd, ['rn], #-'off8");
2015 // Format(instr, "'memop'cond'sign'h 'rd, ['rn], #+'off8");
2023 // Format(instr, "'memop'cond'sign'h 'rd, ['rn, #-'off8]'w");
2032 // Format(instr, "'memop'cond'sign'h 'rd, ['rn, #+'off8]'w");
2149 // Format(instr, "and'cond's 'rd, 'rn, 'shift_rm");
2150 // Format(instr, "and'cond's 'rd, 'rn, 'imm");
2161 // Format(instr, "eor'cond's 'rd, 'rn, 'shift_rm");
2162 // Format(instr, "eor'cond's 'rd, 'rn, 'imm");
2173 // Format(instr, "sub'cond's 'rd, 'rn, 'shift_rm");
2174 // Format(instr, "sub'cond's 'rd, 'rn, 'imm");
2186 // Format(instr, "rsb'cond's 'rd, 'rn, 'shift_rm");
2187 // Format(instr, "rsb'cond's 'rd, 'rn, 'imm");
2199 // Format(instr, "add'cond's 'rd, 'rn, 'shift_rm");
2200 // Format(instr, "add'cond's 'rd, 'rn, 'imm");
2212 Format(instr, "adc'cond's 'rd, 'rn, 'shift_rm");
2213 Format(instr, "adc'cond's 'rd, 'rn, 'imm");
2218 Format(instr, "sbc'cond's 'rd, 'rn, 'shift_rm");
2219 Format(instr, "sbc'cond's 'rd, 'rn, 'imm");
2224 Format(instr, "rsc'cond's 'rd, 'rn, 'shift_rm");
2225 Format(instr, "rsc'cond's 'rd, 'rn, 'imm");
2231 // Format(instr, "tst'cond 'rn, 'shift_rm");
2232 // Format(instr, "tst'cond 'rn, 'imm");
2237 // Format(instr, "movw'cond 'rd, 'imm").
2246 // Format(instr, "teq'cond 'rn, 'shift_rm");
2247 // Format(instr, "teq'cond 'rn, 'imm");
2261 // Format(instr, "cmp'cond 'rn, 'shift_rm");
2262 // Format(instr, "cmp'cond 'rn, 'imm");
2268 // Format(instr, "movt'cond 'rd, 'imm").
2278 // Format(instr, "cmn'cond 'rn, 'shift_rm");
2279 // Format(instr, "cmn'cond 'rn, 'imm");
2293 // Format(instr, "orr'cond's 'rd, 'rn, 'shift_rm");
2294 // Format(instr, "orr'cond's 'rd, 'rn, 'imm");
2305 // Format(instr, "mov'cond's 'rd, 'shift_rm");
2306 // Format(instr, "mov'cond's 'rd, 'imm");
2317 // Format(instr, "bic'cond's 'rd, 'rn, 'shift_rm");
2318 // Format(instr, "bic'cond's 'rd, 'rn, 'imm");
2329 // Format(instr, "mvn'cond's 'rd, 'shift_rm");
2330 // Format(instr, "mvn'cond's 'rd, 'imm");
2357 // Format(instr, "'memop'cond'b 'rd, ['rn], #-'off12");
2365 // Format(instr, "'memop'cond'b 'rd, ['rn], #+'off12");
2373 // Format(instr, "'memop'cond'b 'rd, ['rn, #-'off12]'w");
2382 // Format(instr, "'memop'cond'b 'rd, ['rn, #+'off12]'w");
2423 Format(instr, "'memop'cond'b 'rd, ['rn], -'shift_rm");
2456 Format(instr, "'memop'cond'b 'rd, ['rn], +'shift_rm");
2462 // Format(instr, "'memop'cond'b 'rd, ['rn, -'shift_rm]'w");
2516 // Format(instr, "'memop'cond'b 'rd, ['rn, +'shift_rm]'w");
2550 // Format(instr, "ldm'cond'pu 'rn'w, 'rlist");
2553 // Format(instr, "stm'cond'pu 'rn'w, 'rlist");
2560 // Format(instr, "b'l'cond 'target");