HomeSort by relevance Sort by last modified time
    Searched refs:op_type (Results 1 - 11 of 11) sorted by null

  /system/core/libpixelflinger/codeflinger/
Arm64Assembler.cpp 578 int Rd, int Rn, uint32_t op_type, uint32_t size)
584 if(op_type == OPERAND_IMM)
614 else if(op_type == OPERAND_REG_OFFSET)
621 else if(op_type > OPERAND_UNSUPPORTED)
634 void ArmToArm64Assembler::ADDR_LDR(int cc, int Rd, int Rn, uint32_t op_type)
636 return dataTransfer(opLDR, cc, Rd, Rn, op_type, 64);
638 void ArmToArm64Assembler::ADDR_STR(int cc, int Rd, int Rn, uint32_t op_type)
640 return dataTransfer(opSTR, cc, Rd, Rn, op_type, 64);
642 void ArmToArm64Assembler::LDR(int cc, int Rd, int Rn, uint32_t op_type)
644 return dataTransfer(opLDR, cc, Rd, Rn, op_type);
    [all...]
  /external/bluetooth/bluedroid/vnd/include/
vendor_ble.h 91 UINT8 op_type; member in struct:__anon6360
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
parse-filter.c 429 int op_type; local
482 op_type = op->num.type;
509 switch (op_type) {
511 op_type = FILTER_CMP_MATCH;
514 op_type = FILTER_CMP_NOT_MATCH;
534 op->str.type = op_type;
623 enum op_type { enum
631 static enum op_type process_op(const char *token,
897 enum op_type op_type; local
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 604 UINT16 op_type; local
612 op_type = p_clcb->cl_op_uuid;
614 GAP_TRACE_EVENT ("gap_ble_c_cmpl_cback() - op_code: 0x%02x status: 0x%02x read_type: 0x%04x", op, status, op_type);
627 switch (op_type)
  /external/opencv/cv/src/
cvcorner.cpp 204 int aperture_size, int op_type, double k=0. )
392 if( op_type == ICV_MINEIGENVAL )
396 else if( op_type == ICV_HARRIS )
400 else if( op_type == ICV_EIGENVALSVECS )
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_adv_filter.c 317 btm_ble_adv_filt_cb.op_type = 0;
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 726 UINT8 op_type; member in struct:__anon6124
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/media/
msm_camera.h 1646 enum gpio_operation_type op_type; member in struct:msm_cam_gpio_operation
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_camera.h 1694 enum gpio_operation_type op_type; member in struct:msm_cam_gpio_operation
    [all...]
  /art/compiler/llvm/
gbc_expander.cc 1260 llvm::Type* op_type = irb_.getJType(op_jty); local
    [all...]
  /external/valgrind/main/perf/
tinycc.c 15071 uint8_t op_type[MAX_OPERANDS]; \/* see OP_xxx *\/ member in struct:ASMInstr
16309 int op_type[3]; \/* decoded op type *\/ local
    [all...]

Completed in 5130 milliseconds