Searched defs:cmode (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/c/ |
D | sk_surface.cpp | 542 sk_shader_tilemode_t cmode, in sk_shader_new_linear_gradient() 569 sk_shader_tilemode_t cmode, in sk_shader_new_radial_gradient() 617 sk_shader_tilemode_t cmode, in sk_shader_new_two_point_conical_gradient()
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 1385 unsigned cmode = fieldFromInstruction(insn, 12, 4); in DecodeModImmInstruction() local 1424 unsigned cmode = fieldFromInstruction(insn, 12, 4); in DecodeModImmTiedInstruction() local
|
/external/vixl/src/vixl/a64/ |
D | disasm-a64.cc | 2136 int cmode = instr->NEONCmode(); in VisitNEONModifiedImmediate() local 3128 int cmode = instr->NEONCmode(); in SubstituteImmediateField() local 3134 int cmode = instr->NEONCmode(); in SubstituteImmediateField() local
|
D | assembler-a64.h | 4201 static Instr NEONCmode(int cmode) { in NEONCmode()
|
D | simulator-a64.cc | 3294 int cmode = instr->NEONCmode(); in VisitNEONModifiedImmediate() local
|
D | assembler-a64.cc | 4796 int cmode = (cmode_3 << 3) | (cmode_2 << 2) | (cmode_1 << 1); in NEONModifiedImmShiftLsl() local 4813 int cmode = 0xc | cmode_0; in NEONModifiedImmShiftMsl() local
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 5062 unsigned cmode = fieldFromInstruction(Insn, 8, 4); in DecodeVCVTD() local 5121 unsigned cmode = fieldFromInstruction(Insn, 8, 4); in DecodeVCVTQ() local
|
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 7572 void ppNeonImm(UInt imm, UInt cmode, UInt op) in ppNeonImm() 7610 const char *ppNeonImmType(UInt cmode, UInt op) in ppNeonImmType() 7634 void DIPimm(UInt imm, UInt cmode, UInt op, in DIPimm() 7652 UInt cmode = (theInstr >> 8) & 0xf; in dis_neon_data_1reg_and_imm() local
|
D | host_arm_defs.c | 4537 UInt cmode, op; in emit_ARMInstr() local
|
D | guest_arm64_toIR.c | 7025 UInt op, UInt cmode, UInt imm8 ) in AdvSIMDExpandImm() 8872 UInt cmode = INSN(15,12); in dis_AdvSIMD_modified_immediate() local
|