Lines Matching +defs:code +defs:format
1933 void Assembler::hint(SystemHint code) { hint(static_cast<int>(code)); } in hint()
2389 Instr format, op = vop; in NEON3DifferentL() local
3044 Instr format = vd.Is2D() ? (1 << NEONSize_offset) : 0; in fcvtl() local
3053 Instr format = vd.Is2D() ? (1 << NEONSize_offset) : 0; in fcvtl2() local
3062 Instr format = vn.Is2D() ? (1 << NEONSize_offset) : 0; in fcvtn() local
3071 Instr format = vn.Is2D() ? (1 << NEONSize_offset) : 0; in fcvtn2() local
3078 Instr format = 1 << NEONSize_offset; in fcvtxn() local
3092 Instr format = 1 << NEONSize_offset; in fcvtxn2() local
3301 Instr format, op = vop; in NEON3Same() local
3441 Instr format, op = vop; in NEON2RegMisc() local
3803 Instr format, op = NEON_SQRDMLAH; in sqrdmlah() local
3822 Instr format, op = NEON_SQRDMLSH; in sqrdmlsh() local
4110 Instr format, op = vop; in NEONByElement() local
4138 Instr format, op = vop; in NEONByElementL() local
4373 Instr format, op = vop; in NEONXtn() local
4481 NEONFormatField format; in dup() local
4536 NEONFormatField format; in ins() local
4578 NEONFormatField format; in ins() local
4617 NEONFormatField format; in umov() local
4659 NEONFormatField format; in smov() local
5488 void Assembler::hlt(int code) { in hlt()
5494 void Assembler::brk(int code) { in brk()
5500 void Assembler::svc(int code) { Emit(SVC | ImmException(code)); } in svc()
5502 void Assembler::udf(int code) { Emit(UDF | ImmUdf(code)); } in udf()